Update BDFDB.data.json

This commit is contained in:
Mirco Wittrien 2021-05-29 17:22:10 +02:00
parent 2a565bcfc4
commit 5b1117b96b
1 changed files with 8 additions and 0 deletions

View File

@ -364,6 +364,14 @@
},
"icon": "<svg name='ArrowUp' width='%%width' height='%%height' viewBox='0 0 18 18'><path fill='%%color' d='M4 11l5-5 5 5H4z'/></svg>"
},
"BOOST": {
"defaultProps": {
"width": 24,
"height": 24,
"foreground": ""
},
"icon": "<svg name='Boost' width='%%width' height='%%height' viewBox='0 0 8 12'><path class='%%foreground' fill='%%color' d='M4 0L0 4V8L4 12L8 8V4L4 0ZM7 7.59L4 10.59L1 7.59V4.41L4 1.41L7 4.41V7.59Z'/><path class='%%foreground' fill='%%color' d='M2 4.83V7.17L4 9.17L6 7.17V4.83L4 2.83L2 4.83Z'/></svg>"
},
"CALENDAR": {
"icon": "<svg name='Calendar' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 2 2 C 0.892 2 0 2.892 0 4 L 0 6 L 24 6 L 24 4 C 24 2.892 23.108 2 22 2 L 20 2 L 20 2.4648438 C 20 3.5922824 19.108 4.5 18 4.5 C 16.892 4.5 16 3.5922823 16 2.4648438 L 16 2 L 8 2 L 8 2.4648438 C 8 3.5922824 7.108 4.5 6 4.5 C 4.892 4.5 4 3.5922823 4 2.4648438 L 4 2 L 2 2 z M 0 8 L 0 20 C 0 21.108 0.892 22 2 22 L 22 22 C 23.108 22 24 21.108 24 20 L 24 8 L 0 8 z M 4.0117188 9.5996094 L 6.0371094 9.5996094 C 6.5980344 9.5996094 7.0507812 10.052356 7.0507812 10.613281 L 7.0507812 12.636719 C 7.0507812 13.197644 6.5980344 13.650391 6.0371094 13.650391 L 4.0117188 13.650391 C 3.4507937 13.650391 3 13.197644 3 12.636719 L 3 10.613281 C 3 10.052356 3.4507937 9.5996094 4.0117188 9.5996094 z M 10.988281 9.5996094 L 13.011719 9.5996094 C 13.572644 9.5996094 14.025391 10.052356 14.025391 10.613281 L 14.025391 12.636719 C 14.025391 13.197644 13.572644 13.650391 13.011719 13.650391 L 10.988281 13.650391 C 10.427356 13.650391 9.9746094 13.197644 9.9746094 12.636719 L 9.9746094 10.613281 C 9.9746094 10.052356 10.427356 9.5996094 10.988281 9.5996094 z M 17.962891 9.5996094 L 19.988281 9.5996094 C 20.549206 9.5996094 21 10.052356 21 10.613281 L 21 12.636719 C 21 13.197644 20.549206 13.650391 19.988281 13.650391 L 17.962891 13.650391 C 17.401966 13.650391 16.949219 13.197644 16.949219 12.636719 L 16.949219 10.613281 C 16.949219 10.052356 17.401966 9.5996094 17.962891 9.5996094 z M 4.0117188 15.449219 L 6.0371094 15.449219 C 6.5980344 15.449219 7.0507812 15.901966 7.0507812 16.462891 L 7.0507812 18.488281 C 7.0507812 19.049206 6.5980344 19.5 6.0371094 19.5 L 4.0117188 19.5 C 3.4507937 19.5 3 19.049206 3 18.488281 L 3 16.462891 C 3 15.901966 3.4507938 15.449219 4.0117188 15.449219 z M 10.988281 15.449219 L 13.011719 15.449219 C 13.572644 15.449219 14.025391 15.901966 14.025391 16.462891 L 14.025391 18.488281 C 14.025391 19.049206 13.572644 19.5 13.011719 19.5 L 10.988281 19.5 C 10.427356 19.5 9.9746094 19.049206 9.9746094 18.488281 L 9.9746094 16.462891 C 9.9746094 15.901966 10.427356 15.449219 10.988281 15.449219 z M 17.962891 15.449219 L 19.988281 15.449219 C 20.549206 15.449219 21 15.901966 21 16.462891 L 21 18.488281 C 21 19.049206 20.549206 19.5 19.988281 19.5 L 17.962891 19.5 C 17.401966 19.5 16.949219 19.049206 16.949219 18.488281 L 16.949219 16.462891 C 16.949219 15.901966 17.401966 15.449219 17.962891 15.449219 z'/></svg>"
},