@ds-mo/icons 3.0.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icons/BackslashBrackets.mjs +3 -3
- package/dist/icons/{Lightning.d.ts → Bolt.d.ts} +1 -1
- package/dist/icons/Bolt.mjs +9 -0
- package/dist/icons/BoltFilled.d.ts +2 -0
- package/dist/icons/BoltFilled.mjs +9 -0
- package/dist/icons/index.d.ts +2 -2
- package/dist/icons/index.mjs +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +2 -2
- package/dist/meta.json +21 -21
- package/dist/sprite.svg +7 -7
- package/dist/svg/BackslashBrackets.mjs +1 -1
- package/dist/svg/Bolt.d.ts +1 -0
- package/dist/svg/Bolt.mjs +1 -0
- package/dist/svg/BoltFilled.d.ts +1 -0
- package/dist/svg/BoltFilled.mjs +1 -0
- package/dist/svg/index.d.ts +2 -2
- package/dist/svg/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/icons/Lightning.mjs +0 -9
- package/dist/icons/LightningFilled.d.ts +0 -2
- package/dist/icons/LightningFilled.mjs +0 -9
- package/dist/svg/Lightning.d.ts +0 -1
- package/dist/svg/Lightning.mjs +0 -1
- package/dist/svg/LightningFilled.d.ts +0 -1
- package/dist/svg/LightningFilled.mjs +0 -1
|
@@ -2,9 +2,9 @@ import { createElement } from 'react';
|
|
|
2
2
|
import { createIcon } from '../createIcon.mjs';
|
|
3
3
|
|
|
4
4
|
const BackslashBrackets = createIcon('backslash-brackets', [
|
|
5
|
-
createElement('path', { d: "
|
|
6
|
-
createElement('path', { d: "
|
|
7
|
-
createElement('path', { d: "
|
|
5
|
+
createElement('path', { d: "M10.4746 2.1582L6.47461 14.1582L5.52539 13.8418L9.52539 1.8418L10.4746 2.1582Z", key: "a" }),
|
|
6
|
+
createElement('path', { d: "M4.79102 5.90723L1.86035 8L4.79102 10.0928L4.20898 10.9072L0.708984 8.40723V7.59277L4.20898 5.09277L4.79102 5.90723Z", key: "b" }),
|
|
7
|
+
createElement('path', { d: "M15.291 7.59277V8.40723L11.791 10.9072L11.209 10.0928L14.1396 8L11.209 5.90723L11.791 5.09277L15.291 7.59277Z", key: "c" }),
|
|
8
8
|
]);
|
|
9
9
|
|
|
10
10
|
BackslashBrackets.displayName = 'BackslashBrackets';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IconComponent } from '../createIcon.mjs';
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const Bolt: IconComponent;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { createElement } from 'react';
|
|
2
|
+
import { createIcon } from '../createIcon.mjs';
|
|
3
|
+
|
|
4
|
+
const Bolt = createIcon('bolt', [
|
|
5
|
+
createElement('path', { d: "M10.4932 1.08203L9.58984 6.5H12.5L12.8877 7.31543L6.3877 15.3154L5.50684 14.918L6.41016 9.5H3.5L3.1123 8.68457L9.6123 0.68457L10.4932 1.08203ZM4.5498 8.5H7L7.49316 9.08203L6.80371 13.2178L11.4502 7.5H9L8.50684 6.91797L9.19531 2.78125L4.5498 8.5Z", key: "a" }),
|
|
6
|
+
]);
|
|
7
|
+
|
|
8
|
+
Bolt.displayName = 'Bolt';
|
|
9
|
+
export { Bolt };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { createElement } from 'react';
|
|
2
|
+
import { createIcon } from '../createIcon.mjs';
|
|
3
|
+
|
|
4
|
+
const BoltFilled = createIcon('bolt-filled', [
|
|
5
|
+
createElement('path', { d: "M10.4932 1.08203L9.58984 6.5H12.5L12.8877 7.31543L6.3877 15.3154L5.50684 14.918L6.41016 9.5H3.5L3.1123 8.68457L9.6123 0.68457L10.4932 1.08203Z", key: "a" }),
|
|
6
|
+
]);
|
|
7
|
+
|
|
8
|
+
BoltFilled.displayName = 'BoltFilled';
|
|
9
|
+
export { BoltFilled };
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -33,6 +33,8 @@ export { BellWifi } from './BellWifi.mjs';
|
|
|
33
33
|
export { BlackWhite } from './BlackWhite.mjs';
|
|
34
34
|
export { BlankUI } from './BlankUI.mjs';
|
|
35
35
|
export { Bluetooth } from './Bluetooth.mjs';
|
|
36
|
+
export { Bolt } from './Bolt.mjs';
|
|
37
|
+
export { BoltFilled } from './BoltFilled.mjs';
|
|
36
38
|
export { Bookmark } from './Bookmark.mjs';
|
|
37
39
|
export { Box } from './Box.mjs';
|
|
38
40
|
export { Braces } from './Braces.mjs';
|
|
@@ -208,8 +210,6 @@ export { LetterI } from './LetterI.mjs';
|
|
|
208
210
|
export { License } from './License.mjs';
|
|
209
211
|
export { LicensePlate } from './LicensePlate.mjs';
|
|
210
212
|
export { Lifebuoy } from './Lifebuoy.mjs';
|
|
211
|
-
export { Lightning } from './Lightning.mjs';
|
|
212
|
-
export { LightningFilled } from './LightningFilled.mjs';
|
|
213
213
|
export { Link } from './Link.mjs';
|
|
214
214
|
export { List } from './List.mjs';
|
|
215
215
|
export { Loads } from './Loads.mjs';
|
package/dist/icons/index.mjs
CHANGED
|
@@ -33,6 +33,8 @@ export { BellWifi } from './BellWifi.mjs';
|
|
|
33
33
|
export { BlackWhite } from './BlackWhite.mjs';
|
|
34
34
|
export { BlankUI } from './BlankUI.mjs';
|
|
35
35
|
export { Bluetooth } from './Bluetooth.mjs';
|
|
36
|
+
export { Bolt } from './Bolt.mjs';
|
|
37
|
+
export { BoltFilled } from './BoltFilled.mjs';
|
|
36
38
|
export { Bookmark } from './Bookmark.mjs';
|
|
37
39
|
export { Box } from './Box.mjs';
|
|
38
40
|
export { Braces } from './Braces.mjs';
|
|
@@ -208,8 +210,6 @@ export { LetterI } from './LetterI.mjs';
|
|
|
208
210
|
export { License } from './License.mjs';
|
|
209
211
|
export { LicensePlate } from './LicensePlate.mjs';
|
|
210
212
|
export { Lifebuoy } from './Lifebuoy.mjs';
|
|
211
|
-
export { Lightning } from './Lightning.mjs';
|
|
212
|
-
export { LightningFilled } from './LightningFilled.mjs';
|
|
213
213
|
export { Link } from './Link.mjs';
|
|
214
214
|
export { List } from './List.mjs';
|
|
215
215
|
export { Loads } from './Loads.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -38,6 +38,8 @@ export { BellWifi } from './icons/BellWifi.mjs';
|
|
|
38
38
|
export { BlackWhite } from './icons/BlackWhite.mjs';
|
|
39
39
|
export { BlankUI } from './icons/BlankUI.mjs';
|
|
40
40
|
export { Bluetooth } from './icons/Bluetooth.mjs';
|
|
41
|
+
export { Bolt } from './icons/Bolt.mjs';
|
|
42
|
+
export { BoltFilled } from './icons/BoltFilled.mjs';
|
|
41
43
|
export { Bookmark } from './icons/Bookmark.mjs';
|
|
42
44
|
export { Box } from './icons/Box.mjs';
|
|
43
45
|
export { Braces } from './icons/Braces.mjs';
|
|
@@ -213,8 +215,6 @@ export { LetterI } from './icons/LetterI.mjs';
|
|
|
213
215
|
export { License } from './icons/License.mjs';
|
|
214
216
|
export { LicensePlate } from './icons/LicensePlate.mjs';
|
|
215
217
|
export { Lifebuoy } from './icons/Lifebuoy.mjs';
|
|
216
|
-
export { Lightning } from './icons/Lightning.mjs';
|
|
217
|
-
export { LightningFilled } from './icons/LightningFilled.mjs';
|
|
218
218
|
export { Link } from './icons/Link.mjs';
|
|
219
219
|
export { List } from './icons/List.mjs';
|
|
220
220
|
export { Loads } from './icons/Loads.mjs';
|
package/dist/index.mjs
CHANGED
|
@@ -36,6 +36,8 @@ export { BellWifi } from './icons/BellWifi.mjs';
|
|
|
36
36
|
export { BlackWhite } from './icons/BlackWhite.mjs';
|
|
37
37
|
export { BlankUI } from './icons/BlankUI.mjs';
|
|
38
38
|
export { Bluetooth } from './icons/Bluetooth.mjs';
|
|
39
|
+
export { Bolt } from './icons/Bolt.mjs';
|
|
40
|
+
export { BoltFilled } from './icons/BoltFilled.mjs';
|
|
39
41
|
export { Bookmark } from './icons/Bookmark.mjs';
|
|
40
42
|
export { Box } from './icons/Box.mjs';
|
|
41
43
|
export { Braces } from './icons/Braces.mjs';
|
|
@@ -211,8 +213,6 @@ export { LetterI } from './icons/LetterI.mjs';
|
|
|
211
213
|
export { License } from './icons/License.mjs';
|
|
212
214
|
export { LicensePlate } from './icons/LicensePlate.mjs';
|
|
213
215
|
export { Lifebuoy } from './icons/Lifebuoy.mjs';
|
|
214
|
-
export { Lightning } from './icons/Lightning.mjs';
|
|
215
|
-
export { LightningFilled } from './icons/LightningFilled.mjs';
|
|
216
216
|
export { Link } from './icons/Link.mjs';
|
|
217
217
|
export { List } from './icons/List.mjs';
|
|
218
218
|
export { Loads } from './icons/Loads.mjs';
|
package/dist/meta.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "4.0.0",
|
|
3
3
|
"count": 424,
|
|
4
4
|
"categories": {
|
|
5
5
|
"system": {
|
|
@@ -362,6 +362,26 @@
|
|
|
362
362
|
"pairing"
|
|
363
363
|
]
|
|
364
364
|
},
|
|
365
|
+
{
|
|
366
|
+
"name": "Bolt",
|
|
367
|
+
"category": "system",
|
|
368
|
+
"kebab": "bolt",
|
|
369
|
+
"aliases": [
|
|
370
|
+
"lightning",
|
|
371
|
+
"fast",
|
|
372
|
+
"power"
|
|
373
|
+
]
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"name": "BoltFilled",
|
|
377
|
+
"category": "system",
|
|
378
|
+
"kebab": "bolt-filled",
|
|
379
|
+
"aliases": [
|
|
380
|
+
"lightning-filled",
|
|
381
|
+
"fast-solid",
|
|
382
|
+
"lightning-selected"
|
|
383
|
+
]
|
|
384
|
+
},
|
|
365
385
|
{
|
|
366
386
|
"name": "Bookmark",
|
|
367
387
|
"category": "system",
|
|
@@ -2134,26 +2154,6 @@
|
|
|
2134
2154
|
"rescue"
|
|
2135
2155
|
]
|
|
2136
2156
|
},
|
|
2137
|
-
{
|
|
2138
|
-
"name": "Lightning",
|
|
2139
|
-
"category": "system",
|
|
2140
|
-
"kebab": "lightning",
|
|
2141
|
-
"aliases": [
|
|
2142
|
-
"bolt",
|
|
2143
|
-
"fast",
|
|
2144
|
-
"power"
|
|
2145
|
-
]
|
|
2146
|
-
},
|
|
2147
|
-
{
|
|
2148
|
-
"name": "LightningFilled",
|
|
2149
|
-
"category": "system",
|
|
2150
|
-
"kebab": "lightning-filled",
|
|
2151
|
-
"aliases": [
|
|
2152
|
-
"bolt-filled",
|
|
2153
|
-
"fast-solid",
|
|
2154
|
-
"lightning-selected"
|
|
2155
|
-
]
|
|
2156
|
-
},
|
|
2157
2157
|
{
|
|
2158
2158
|
"name": "Link",
|
|
2159
2159
|
"category": "system",
|
package/dist/sprite.svg
CHANGED
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 9C9.38071 9 10.5 7.88071 10.5 6.5C10.5 5.11929 9.38071 4 8 4C6.61929 4 5.5 5.11929 5.5 6.5C5.5 7.88071 6.61929 9 8 9ZM8 8C8.82843 8 9.5 7.32843 9.5 6.5C9.5 5.67157 8.82843 5 8 5C7.17157 5 6.5 5.67157 6.5 6.5C6.5 7.32843 7.17157 8 8 8Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2ZM3 8C3 5.23858 5.23858 3 8 3C10.7614 3 13 5.23858 13 8C13 9.22036 12.5628 10.3386 11.8365 11.2067C11.5294 10.4967 10.8227 10 10 10H6C5.1773 10 4.47062 10.4967 4.16352 11.2067C3.4372 10.3386 3 9.22036 3 8ZM5 12.0004C5.83566 12.6281 6.87439 13 8 13C9.12561 13 10.1643 12.6281 11 12.0004C11 11.4481 10.5523 11 10 11H6C5.44772 11 5 11.4481 5 12.0004Z" fill="currentColor"/>
|
|
61
61
|
</symbol>
|
|
62
62
|
<symbol id="backslash-brackets" viewBox="0 0 16 16" fill="currentColor">
|
|
63
|
-
<path d="
|
|
63
|
+
<path d="M10.4746 2.1582L6.47461 14.1582L5.52539 13.8418L9.52539 1.8418L10.4746 2.1582Z" fill="currentColor"/><path d="M4.79102 5.90723L1.86035 8L4.79102 10.0928L4.20898 10.9072L0.708984 8.40723V7.59277L4.20898 5.09277L4.79102 5.90723Z" fill="currentColor"/><path d="M15.291 7.59277V8.40723L11.791 10.9072L11.209 10.0928L14.1396 8L11.209 5.90723L11.791 5.09277L15.291 7.59277Z" fill="currentColor"/>
|
|
64
64
|
</symbol>
|
|
65
65
|
<symbol id="battery-charging" viewBox="0 0 16 16" fill="currentColor">
|
|
66
66
|
<path d="M3.5 7.00468V7.99521L6.27525 8.70711L4.73025 14H5.70144L11.5 7.98863V7.01281L8.98355 6.32697L10.2347 1.99999L9.24451 1.99963L3.5 7.00468Z" fill="currentColor"/><path d="M2.5 12H4.27232L3.98042 13H2.5C1.67157 13 1 12.3284 1 11.5V4.5C1 3.67157 1.67157 3 2.5 3H6.57409L5.42635 4H2.5C2.22386 4 2 4.22386 2 4.5V11.5C2 11.7761 2.22386 12 2.5 12Z" fill="currentColor"/><path d="M8.05546 13L9.02006 12H12.5C12.7761 12 13 11.7761 13 11.5V4.5C13 4.22386 12.7761 4 12.5 4H10.6973L10.9865 3H12.5C13.3284 3 14 3.67157 14 4.5V6H15V10H14V11.5C14 12.3284 13.3284 13 12.5 13H8.05546Z" fill="currentColor"/>
|
|
@@ -104,6 +104,12 @@
|
|
|
104
104
|
<symbol id="bluetooth" viewBox="0 0 16 16" fill="currentColor">
|
|
105
105
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.50005 2.00001L8.30005 1.60001L12.3 4.60001V5.40001L8.83338 8.00001L12.3 10.6V11.4L8.30005 14.4L7.50005 14V9.00001L3.90005 11.7L3.30005 10.9L7.16672 8.00001L3.30005 5.10001L3.90005 4.30001L7.50005 7.00001V2.00001ZM8.50005 9.00001L11.1667 11L8.50005 13V9.00001ZM8.50005 7.00001V3.00001L11.1667 5.00001L8.50005 7.00001Z" fill="currentColor"/>
|
|
106
106
|
</symbol>
|
|
107
|
+
<symbol id="bolt" viewBox="0 0 16 16" fill="currentColor">
|
|
108
|
+
<path d="M10.4932 1.08203L9.58984 6.5H12.5L12.8877 7.31543L6.3877 15.3154L5.50684 14.918L6.41016 9.5H3.5L3.1123 8.68457L9.6123 0.68457L10.4932 1.08203ZM4.5498 8.5H7L7.49316 9.08203L6.80371 13.2178L11.4502 7.5H9L8.50684 6.91797L9.19531 2.78125L4.5498 8.5Z" fill="currentColor"/>
|
|
109
|
+
</symbol>
|
|
110
|
+
<symbol id="bolt-filled" viewBox="0 0 16 16" fill="currentColor">
|
|
111
|
+
<path d="M10.4932 1.08203L9.58984 6.5H12.5L12.8877 7.31543L6.3877 15.3154L5.50684 14.918L6.41016 9.5H3.5L3.1123 8.68457L9.6123 0.68457L10.4932 1.08203Z" fill="currentColor"/>
|
|
112
|
+
</symbol>
|
|
107
113
|
<symbol id="bookmark" viewBox="0 0 16 16" fill="currentColor">
|
|
108
114
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.5 1.99997C4.67157 1.99997 4 2.67154 4 3.49997V14H4.96425L8 10.0059L11.0357 14H12V3.49997C12 2.67154 11.3284 1.99997 10.5 1.99997H5.5ZM5 3.49997C5 3.22383 5.22386 2.99997 5.5 2.99997H10.5C10.7761 2.99997 11 3.22383 11 3.49997V12.3004L8.49148 9H7.50852L5 12.3004V3.49997Z" fill="currentColor"/>
|
|
109
115
|
</symbol>
|
|
@@ -629,12 +635,6 @@
|
|
|
629
635
|
<symbol id="lifebuoy" viewBox="0 0 16 16" fill="currentColor">
|
|
630
636
|
<path d="M3.40381 3.40381C5.94221 0.865398 10.0578 0.865398 12.5962 3.40381C15.1346 5.94221 15.1346 10.0578 12.5962 12.5962C10.0578 15.1346 5.94221 15.1346 3.40381 12.5962C0.865398 10.0578 0.865398 5.94221 3.40381 3.40381ZM4.48104 12.2261C6.51487 13.9236 9.48442 13.9229 11.5183 12.2254L10.0958 10.8029C8.85688 11.7316 7.14312 11.7316 5.90423 10.8029L4.48104 12.2261ZM10.8029 5.90423C11.7316 7.14312 11.7316 8.85688 10.8029 10.0958L12.2254 11.5183C13.9229 9.48442 13.9236 6.51487 12.2261 4.48104L10.8029 5.90423ZM6.23223 6.23223C5.25592 7.20854 5.25592 8.79146 6.23223 9.76777C7.20854 10.7441 8.79146 10.7441 9.76777 9.76777C10.7441 8.79146 10.7441 7.20854 9.76777 6.23223C8.79146 5.25592 7.20854 5.25592 6.23223 6.23223ZM5.90354 5.19643C7.14244 4.26758 8.85684 4.26833 10.0958 5.19712L11.519 3.77393C9.4851 2.07639 6.5149 2.07639 4.48104 3.77393L5.90354 5.19643ZM3.77393 4.48104C2.07639 6.5149 2.07639 9.4851 3.77393 11.519L5.19712 10.0958C4.26833 8.85684 4.26758 7.14244 5.19643 5.90354L3.77393 4.48104Z" fill="currentColor"/>
|
|
631
637
|
</symbol>
|
|
632
|
-
<symbol id="lightning" viewBox="0 0 16 16" fill="currentColor">
|
|
633
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 7.99521V7.00468L9.74451 1.99963L10.7347 1.99999L9.48355 6.32697L12 7.01281V7.98863L6.20144 14H5.23025L6.77525 8.70711L4 7.99521ZM10.8535 7.73681L8.24083 7.02474L9.16409 3.83165L5.21314 7.27402L8.02477 7.99525L6.90549 11.8297L10.8535 7.73681Z" fill="currentColor"/>
|
|
634
|
-
</symbol>
|
|
635
|
-
<symbol id="lightning-filled" viewBox="0 0 16 16" fill="currentColor">
|
|
636
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 7.99521V7.00468L9.74451 1.99963L10.7347 1.99999L9.48355 6.32697L12 7.01281V7.98863L6.20144 14H5.23025L6.77525 8.70711L4 7.99521Z" fill="currentColor"/>
|
|
637
|
-
</symbol>
|
|
638
638
|
<symbol id="link" viewBox="0 0 16 16" fill="currentColor">
|
|
639
639
|
<path d="M11.8534 7.85353L13.6463 6.06063C14.2321 5.47484 14.2321 4.5251 13.6463 3.93931L12.0605 2.35352C11.4747 1.76774 10.525 1.76774 9.9392 2.35352L6.35342 5.93931C5.76763 6.5251 5.76763 7.47485 6.35342 8.06063L7.14631 8.85353L7.85342 8.14642L7.06052 7.35353C6.86526 7.15826 6.86526 6.84168 7.06052 6.64642L10.6463 3.06063C10.8416 2.86537 11.1582 2.86537 11.3534 3.06063L12.9392 4.64642C13.1345 4.84168 13.1345 5.15826 12.9392 5.35352L11.1463 7.14642L11.8534 7.85353Z" fill="currentColor"/><path d="M4.64654 7.6464L2.35365 9.93929C1.76786 10.5251 1.76786 11.4748 2.35365 12.0606L3.93943 13.6464C4.52522 14.2322 5.47497 14.2322 6.06075 13.6464L10.1465 9.56062C10.7323 8.97483 10.7323 8.02508 10.1465 7.4393L9.35365 6.6464L8.64654 7.35351L9.43943 8.1464C9.6347 8.34166 9.6347 8.65825 9.43943 8.85351L5.35365 12.9393C5.15838 13.1346 4.8418 13.1346 4.64654 12.9393L3.06075 11.3535C2.86549 11.1582 2.86549 10.8417 3.06075 10.6464L5.35365 8.35351L4.64654 7.6464Z" fill="currentColor"/>
|
|
640
640
|
</symbol>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const BackslashBrackets = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
1
|
+
export const BackslashBrackets = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10.4746 2.1582L6.47461 14.1582L5.52539 13.8418L9.52539 1.8418L10.4746 2.1582Z\" fill=\"currentColor\"/><path d=\"M4.79102 5.90723L1.86035 8L4.79102 10.0928L4.20898 10.9072L0.708984 8.40723V7.59277L4.20898 5.09277L4.79102 5.90723Z\" fill=\"currentColor\"/><path d=\"M15.291 7.59277V8.40723L11.791 10.9072L11.209 10.0928L14.1396 8L11.209 5.90723L11.791 5.09277L15.291 7.59277Z\" fill=\"currentColor\"/></svg>";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Bolt: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const Bolt = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10.4932 1.08203L9.58984 6.5H12.5L12.8877 7.31543L6.3877 15.3154L5.50684 14.918L6.41016 9.5H3.5L3.1123 8.68457L9.6123 0.68457L10.4932 1.08203ZM4.5498 8.5H7L7.49316 9.08203L6.80371 13.2178L11.4502 7.5H9L8.50684 6.91797L9.19531 2.78125L4.5498 8.5Z\" fill=\"currentColor\"/></svg>";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const BoltFilled: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const BoltFilled = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10.4932 1.08203L9.58984 6.5H12.5L12.8877 7.31543L6.3877 15.3154L5.50684 14.918L6.41016 9.5H3.5L3.1123 8.68457L9.6123 0.68457L10.4932 1.08203Z\" fill=\"currentColor\"/></svg>";
|
package/dist/svg/index.d.ts
CHANGED
|
@@ -33,6 +33,8 @@ export { BellWifi } from './BellWifi.mjs';
|
|
|
33
33
|
export { BlackWhite } from './BlackWhite.mjs';
|
|
34
34
|
export { BlankUI } from './BlankUI.mjs';
|
|
35
35
|
export { Bluetooth } from './Bluetooth.mjs';
|
|
36
|
+
export { Bolt } from './Bolt.mjs';
|
|
37
|
+
export { BoltFilled } from './BoltFilled.mjs';
|
|
36
38
|
export { Bookmark } from './Bookmark.mjs';
|
|
37
39
|
export { Box } from './Box.mjs';
|
|
38
40
|
export { Braces } from './Braces.mjs';
|
|
@@ -208,8 +210,6 @@ export { LetterI } from './LetterI.mjs';
|
|
|
208
210
|
export { License } from './License.mjs';
|
|
209
211
|
export { LicensePlate } from './LicensePlate.mjs';
|
|
210
212
|
export { Lifebuoy } from './Lifebuoy.mjs';
|
|
211
|
-
export { Lightning } from './Lightning.mjs';
|
|
212
|
-
export { LightningFilled } from './LightningFilled.mjs';
|
|
213
213
|
export { Link } from './Link.mjs';
|
|
214
214
|
export { List } from './List.mjs';
|
|
215
215
|
export { Loads } from './Loads.mjs';
|
package/dist/svg/index.mjs
CHANGED
|
@@ -33,6 +33,8 @@ export { BellWifi } from './BellWifi.mjs';
|
|
|
33
33
|
export { BlackWhite } from './BlackWhite.mjs';
|
|
34
34
|
export { BlankUI } from './BlankUI.mjs';
|
|
35
35
|
export { Bluetooth } from './Bluetooth.mjs';
|
|
36
|
+
export { Bolt } from './Bolt.mjs';
|
|
37
|
+
export { BoltFilled } from './BoltFilled.mjs';
|
|
36
38
|
export { Bookmark } from './Bookmark.mjs';
|
|
37
39
|
export { Box } from './Box.mjs';
|
|
38
40
|
export { Braces } from './Braces.mjs';
|
|
@@ -208,8 +210,6 @@ export { LetterI } from './LetterI.mjs';
|
|
|
208
210
|
export { License } from './License.mjs';
|
|
209
211
|
export { LicensePlate } from './LicensePlate.mjs';
|
|
210
212
|
export { Lifebuoy } from './Lifebuoy.mjs';
|
|
211
|
-
export { Lightning } from './Lightning.mjs';
|
|
212
|
-
export { LightningFilled } from './LightningFilled.mjs';
|
|
213
213
|
export { Link } from './Link.mjs';
|
|
214
214
|
export { List } from './List.mjs';
|
|
215
215
|
export { Loads } from './Loads.mjs';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ds-mo/icons",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "IcoMo — 426 SVG icons (394 system icons + 32 country flags) as tree-shakeable React components, framework-agnostic SVG strings, TypeScript definitions, and SVG sprite",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"icons",
|
package/dist/icons/Lightning.mjs
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { createElement } from 'react';
|
|
2
|
-
import { createIcon } from '../createIcon.mjs';
|
|
3
|
-
|
|
4
|
-
const Lightning = createIcon('lightning', [
|
|
5
|
-
createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M4 7.99521V7.00468L9.74451 1.99963L10.7347 1.99999L9.48355 6.32697L12 7.01281V7.98863L6.20144 14H5.23025L6.77525 8.70711L4 7.99521ZM10.8535 7.73681L8.24083 7.02474L9.16409 3.83165L5.21314 7.27402L8.02477 7.99525L6.90549 11.8297L10.8535 7.73681Z", key: "a" }),
|
|
6
|
-
]);
|
|
7
|
-
|
|
8
|
-
Lightning.displayName = 'Lightning';
|
|
9
|
-
export { Lightning };
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { createElement } from 'react';
|
|
2
|
-
import { createIcon } from '../createIcon.mjs';
|
|
3
|
-
|
|
4
|
-
const LightningFilled = createIcon('lightning-filled', [
|
|
5
|
-
createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M4 7.99521V7.00468L9.74451 1.99963L10.7347 1.99999L9.48355 6.32697L12 7.01281V7.98863L6.20144 14H5.23025L6.77525 8.70711L4 7.99521Z", key: "a" }),
|
|
6
|
-
]);
|
|
7
|
-
|
|
8
|
-
LightningFilled.displayName = 'LightningFilled';
|
|
9
|
-
export { LightningFilled };
|
package/dist/svg/Lightning.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const Lightning: string;
|
package/dist/svg/Lightning.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const Lightning = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 7.99521V7.00468L9.74451 1.99963L10.7347 1.99999L9.48355 6.32697L12 7.01281V7.98863L6.20144 14H5.23025L6.77525 8.70711L4 7.99521ZM10.8535 7.73681L8.24083 7.02474L9.16409 3.83165L5.21314 7.27402L8.02477 7.99525L6.90549 11.8297L10.8535 7.73681Z\" fill=\"currentColor\"/></svg>";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const LightningFilled: string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const LightningFilled = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 7.99521V7.00468L9.74451 1.99963L10.7347 1.99999L9.48355 6.32697L12 7.01281V7.98863L6.20144 14H5.23025L6.77525 8.70711L4 7.99521Z\" fill=\"currentColor\"/></svg>";
|