@mirohq/design-system-icons 0.73.0 → 0.73.2-rename-colors-03212025.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/main.js +9 -9
- package/dist/main.js.map +1 -1
- package/dist/module.js +9 -9
- package/dist/module.js.map +1 -1
- package/package.json +4 -4
- package/react/frame-play.tsx +1 -1
- package/react/monitor-play.tsx +1 -1
- package/react/next.tsx +1 -1
- package/react/play.tsx +1 -1
- package/react/playback-speed-circle.tsx +1 -1
- package/react/presentation-play.tsx +1 -1
- package/react/previous.tsx +1 -1
- package/react/rectangle-play-stack.tsx +1 -1
- package/react/slide-format.tsx +1 -1
- package/svg/24/frame-play-new.svg +1 -1
- package/svg/24/monitor-play-new.svg +1 -1
- package/svg/24/next-new.svg +1 -1
- package/svg/24/play-new.svg +1 -1
- package/svg/24/playback-speed-circle-new.svg +1 -1
- package/svg/24/presentation-play-new.svg +1 -1
- package/svg/24/previous-new.svg +1 -1
- package/svg/24/rectangle-play-stack-new.svg +1 -1
- package/svg/24/slide-format-new.svg +1 -1
- package/svg/meta.json +30 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-icons",
|
|
3
|
-
"version": "0.73.0",
|
|
3
|
+
"version": "0.73.2-rename-colors-03212025.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@mirohq/design-system-base-icon": "^0.1.33",
|
|
35
35
|
"@mirohq/design-system-experiments": "^0.4.0",
|
|
36
|
-
"@mirohq/design-system-
|
|
36
|
+
"@mirohq/design-system-primitive": "^1.1.2",
|
|
37
|
+
"@mirohq/design-system-stitches": "^2.6.37-rename-colors-03212025.0",
|
|
37
38
|
"@mirohq/design-system-use-local-storage": "^0.3.11",
|
|
38
|
-
"@mirohq/design-system-utils": "^0.15.6"
|
|
39
|
-
"@mirohq/design-system-primitive": "^1.1.2"
|
|
39
|
+
"@mirohq/design-system-utils": "^0.15.6"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@figma/code-connect": "1.1.4",
|
package/react/frame-play.tsx
CHANGED
|
@@ -23,7 +23,7 @@ export const IconFramePlayNew: IconComponentType = forwardRef(
|
|
|
23
23
|
fill: 'none',
|
|
24
24
|
ref: forwardRef,
|
|
25
25
|
},
|
|
26
|
-
<path fill='currentColor' d='m11 9 4
|
|
26
|
+
<path fill='currentColor' d='m11 9 4 2.5v1l-4 2.5-1-.5v-5l1-.5Z' />,
|
|
27
27
|
<path
|
|
28
28
|
stroke='currentColor'
|
|
29
29
|
strokeLinejoin='bevel'
|
package/react/monitor-play.tsx
CHANGED
|
@@ -28,7 +28,7 @@ export const IconMonitorPlayNew: IconComponentType = forwardRef(
|
|
|
28
28
|
strokeWidth='var(--svg-stroke-width)'
|
|
29
29
|
d='M3 6c0-1.1046.8954-2 2-2h14c1.1046 0 2 .8954 2 2v10c0 1.1046-.8954 2-2 2h-14c-1.1046 0-2-.8954-2-2v-10Z'
|
|
30
30
|
/>,
|
|
31
|
-
<path fill='currentColor' d='m11 8 4
|
|
31
|
+
<path fill='currentColor' d='m11 8 4 2.5v1l-4 2.5-1-.5v-5l1-.5Z' />,
|
|
32
32
|
<path
|
|
33
33
|
stroke='currentColor'
|
|
34
34
|
strokeWidth='var(--svg-stroke-width)'
|
package/react/next.tsx
CHANGED
|
@@ -32,7 +32,7 @@ export const IconNextNew: IconComponentType = forwardRef(
|
|
|
32
32
|
<path
|
|
33
33
|
stroke='currentColor'
|
|
34
34
|
strokeWidth='var(--svg-stroke-width)'
|
|
35
|
-
d='m5
|
|
35
|
+
d='m5 6.618.9562-.478 9.0438 5.4262v.8676l-9.0438 5.4263-.9562-.4781v-10.764Z'
|
|
36
36
|
/>
|
|
37
37
|
)
|
|
38
38
|
}
|
package/react/play.tsx
CHANGED
|
@@ -27,7 +27,7 @@ export const IconPlayNew: IconComponentType = forwardRef(
|
|
|
27
27
|
fill='currentColor'
|
|
28
28
|
stroke='currentColor'
|
|
29
29
|
strokeWidth='var(--svg-stroke-width)'
|
|
30
|
-
d='m8
|
|
30
|
+
d='m8 6.618.9562-.478 9.0438 5.4262v.8676l-9.0438 5.4263-.9562-.4781v-10.764Z'
|
|
31
31
|
/>
|
|
32
32
|
)
|
|
33
33
|
}
|
|
@@ -23,7 +23,7 @@ export const IconPlaybackSpeedCircleNew: IconComponentType = forwardRef(
|
|
|
23
23
|
fill: 'none',
|
|
24
24
|
ref: forwardRef,
|
|
25
25
|
},
|
|
26
|
-
<path fill='currentColor' d='m11 8 5
|
|
26
|
+
<path fill='currentColor' d='m11 8.5 5 3v1l-5 3-1-.5v-6l1-.5Z' />,
|
|
27
27
|
<path
|
|
28
28
|
stroke='currentColor'
|
|
29
29
|
strokeWidth='var(--svg-stroke-width)'
|
|
@@ -29,7 +29,7 @@ export const IconPresentationPlayNew: IconComponentType = forwardRef(
|
|
|
29
29
|
d='M11 1v2h-6c-1.6568 0-3 1.3431-3 3v10c0 1.6569 1.3432 3 3 3h2.583l-1.25 3h2.1667l1.25-3h4.5l1.25 3h2.1667l-1.25-3h2.5836c1.6569 0 3-1.3431 3-3v-10c0-1.6569-1.3431-3-3-3h-6v-2h-2Zm-7 5c0-.5523.4477-1 1-1h14c.5523 0 1 .4477 1 1v10c0 .5523-.4477 1-1 1h-14c-.5523 0-1-.4477-1-1v-10Z'
|
|
30
30
|
clipRule='evenodd'
|
|
31
31
|
/>,
|
|
32
|
-
<path fill='currentColor' d='m11 8 4
|
|
32
|
+
<path fill='currentColor' d='m11 8 4 2.5v1l-4 2.5-1-.5v-5l1-.5Z' />
|
|
33
33
|
)
|
|
34
34
|
}
|
|
35
35
|
)
|
package/react/previous.tsx
CHANGED
|
@@ -32,7 +32,7 @@ export const IconPreviousNew: IconComponentType = forwardRef(
|
|
|
32
32
|
<path
|
|
33
33
|
stroke='currentColor'
|
|
34
34
|
strokeWidth='var(--svg-stroke-width)'
|
|
35
|
-
d='m19
|
|
35
|
+
d='m19 6.618-.9562-.478-9.0438 5.4262v.8676l9.0438 5.4263.9562-.4781v-10.764Z'
|
|
36
36
|
/>
|
|
37
37
|
)
|
|
38
38
|
}
|
|
@@ -38,7 +38,7 @@ export const IconRectanglePlayStackNew: IconComponentType = forwardRef(
|
|
|
38
38
|
strokeWidth='var(--svg-stroke-width)'
|
|
39
39
|
rx={2}
|
|
40
40
|
/>,
|
|
41
|
-
<path fill='currentColor' d='m13 11 4
|
|
41
|
+
<path fill='currentColor' d='m13 11 4 2.5v1l-4 2.5-1-.5v-5l1-.5Z' />
|
|
42
42
|
)
|
|
43
43
|
}
|
|
44
44
|
)
|
package/react/slide-format.tsx
CHANGED
|
@@ -33,7 +33,7 @@ export const IconSlideFormatNew: IconComponentType = forwardRef(
|
|
|
33
33
|
strokeWidth='var(--svg-stroke-width)'
|
|
34
34
|
rx={2}
|
|
35
35
|
/>,
|
|
36
|
-
<path fill='currentColor' d='
|
|
36
|
+
<path fill='currentColor' d='m10 8.5 5 3v1l-5 3-1-.5v-6l1-.5Z' />
|
|
37
37
|
)
|
|
38
38
|
}
|
|
39
39
|
)
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="m11 9 4
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="m11 9 4 2.5v1l-4 2.5-1-.5v-5l1-.5Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M2 19h20m-20-14h20m-3 17v-20m-14 20v-20" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M3 6c0-1.1046.8954-2 2-2h14c1.1046 0 2 .8954 2 2v10c0 1.1046-.8954 2-2 2h-14c-1.1046 0-2-.8954-2-2v-10Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m11 8 4
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M3 6c0-1.1046.8954-2 2-2h14c1.1046 0 2 .8954 2 2v10c0 1.1046-.8954 2-2 2h-14c-1.1046 0-2-.8954-2-2v-10Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m11 8 4 2.5v1l-4 2.5-1-.5v-5l1-.5Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M8 21h8" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/next-new.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M19 4v16" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="m5
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M19 4v16" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="m5 6.618.9562-.478 9.0438 5.4262v.8676l-9.0438 5.4263-.9562-.4781v-10.764Z" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/play-new.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" stroke="currentColor" stroke-width="2" d="m8
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" stroke="currentColor" stroke-width="2" d="m8 6.618.9562-.478 9.0438 5.4262v.8676l-9.0438 5.4263-.9562-.4781v-10.764Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="m11 8 5
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="m11 8.5 5 3v1l-5 3-1-.5v-6l1-.5Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M9.2845 3.4169a8.9957 8.9957 0 0 1 2.7154-.4169c4.9706 0 9 4.0294 9 9s-4.0294 9-9 9c-1.1239 0-2.1998-.206-3.1918-.5824" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" fill-rule="evenodd" d="m8.3867 4.7906-.831.5563a8.0492 8.0492 0 0 0-2.2088 2.2089l-.5563.831-1.662-1.1127.5563-.831a10.0494 10.0494 0 0 1 2.7582-2.7582l.831-.5563 1.1126 1.662Zm-4.0403 4.666-.1941.981a8.0443 8.0443 0 0 0-.1523 1.5624c0 .5318.0446 1.0499.1303 1.5499l.1687.9857-1.9713.3375-.1688-.9857a11.182 11.182 0 0 1-.1589-1.8874c0-.6666.0654-1.3189.1903-1.9505l.194-.981 1.962.3881Zm.323 6.1145.5135.8582c.5305.8869 1.2217 1.6446 2.0387 2.2301l.7784.5578v.0728l-1.1306 1.5775-.8128-.5825c-1.048-.751-1.924-1.7155-2.59-2.829l-.5135-.8581 1.7164-1.0268Zm6.8027 6.4289h1.0279-1.0279Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11 1v2h-6c-1.6568 0-3 1.3431-3 3v10c0 1.6569 1.3432 3 3 3h2.583l-1.25 3h2.1667l1.25-3h4.5l1.25 3h2.1667l-1.25-3h2.5836c1.6569 0 3-1.3431 3-3v-10c0-1.6569-1.3431-3-3-3h-6v-2h-2Zm-7 5c0-.5523.4477-1 1-1h14c.5523 0 1 .4477 1 1v10c0 .5523-.4477 1-1 1h-14c-.5523 0-1-.4477-1-1v-10Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m11 8 4
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11 1v2h-6c-1.6568 0-3 1.3431-3 3v10c0 1.6569 1.3432 3 3 3h2.583l-1.25 3h2.1667l1.25-3h4.5l1.25 3h2.1667l-1.25-3h2.5836c1.6569 0 3-1.3431 3-3v-10c0-1.6569-1.3431-3-3-3h-6v-2h-2Zm-7 5c0-.5523.4477-1 1-1h14c.5523 0 1 .4477 1 1v10c0 .5523-.4477 1-1 1h-14c-.5523 0-1-.4477-1-1v-10Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m11 8 4 2.5v1l-4 2.5-1-.5v-5l1-.5Z" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/previous-new.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M5 4v16" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="m19
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M5 4v16" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="m19 6.618-.9562-.478-9.0438 5.4262v.8676l9.0438 5.4263.9562-.4781v-10.764Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M3 18v-13c0-1.1046.8954-2 2-2h13" style="vector-effect:non-scaling-stroke"/><rect width="14" height="14" x="7" y="7" stroke="currentColor" stroke-linecap="round" stroke-width="2" rx="2" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m13 11 4
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M3 18v-13c0-1.1046.8954-2 2-2h13" style="vector-effect:non-scaling-stroke"/><rect width="14" height="14" x="7" y="7" stroke="currentColor" stroke-linecap="round" stroke-width="2" rx="2" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m13 11 4 2.5v1l-4 2.5-1-.5v-5l1-.5Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><rect width="18" height="18" x="3" y="3" stroke="currentColor" stroke-linecap="round" stroke-width="2" rx="2" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><rect width="18" height="18" x="3" y="3" stroke="currentColor" stroke-linecap="round" stroke-width="2" rx="2" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m10 8.5 5 3v1l-5 3-1-.5v-6l1-.5Z" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/meta.json
CHANGED
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
{
|
|
2
|
+
"rectangles-two-lines-four": {
|
|
3
|
+
"tags": [
|
|
4
|
+
"rectangles two lines four",
|
|
5
|
+
"rectangles",
|
|
6
|
+
"lines",
|
|
7
|
+
"two",
|
|
8
|
+
"four",
|
|
9
|
+
"2",
|
|
10
|
+
"4",
|
|
11
|
+
"list",
|
|
12
|
+
"cards"
|
|
13
|
+
],
|
|
14
|
+
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=1838:778&m=dev"
|
|
15
|
+
},
|
|
16
|
+
"magnifying-glass-lightning": {
|
|
17
|
+
"tags": [
|
|
18
|
+
"magnifying glass lightning",
|
|
19
|
+
"magnifying",
|
|
20
|
+
"glass",
|
|
21
|
+
"lightning",
|
|
22
|
+
"command palette",
|
|
23
|
+
"command",
|
|
24
|
+
"palette"
|
|
25
|
+
],
|
|
26
|
+
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=3866:343&m=dev"
|
|
27
|
+
},
|
|
28
|
+
"badge": {
|
|
29
|
+
"tags": ["badge"],
|
|
30
|
+
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=2485:328&m=dev"
|
|
31
|
+
},
|
|
2
32
|
"placeholder": {
|
|
3
33
|
"tags": ["placeholder", "icon-placeholder"],
|
|
4
34
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=1113:1246&m=dev"
|
|
@@ -1382,20 +1412,6 @@
|
|
|
1382
1412
|
],
|
|
1383
1413
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=1838:775&m=dev"
|
|
1384
1414
|
},
|
|
1385
|
-
"rectangles-two-lines-four": {
|
|
1386
|
-
"tags": [
|
|
1387
|
-
"rectangles two lines four",
|
|
1388
|
-
"rectangles",
|
|
1389
|
-
"lines",
|
|
1390
|
-
"two",
|
|
1391
|
-
"four",
|
|
1392
|
-
"2",
|
|
1393
|
-
"4",
|
|
1394
|
-
"list",
|
|
1395
|
-
"cards"
|
|
1396
|
-
],
|
|
1397
|
-
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=1838:778&m=dev"
|
|
1398
|
-
},
|
|
1399
1415
|
"monitor-play": {
|
|
1400
1416
|
"tags": [
|
|
1401
1417
|
"monitor play",
|
|
@@ -1853,18 +1869,6 @@
|
|
|
1853
1869
|
"tags": ["trapeze. shape"],
|
|
1854
1870
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=2015:367&m=dev"
|
|
1855
1871
|
},
|
|
1856
|
-
"magnifying-glass-lightning": {
|
|
1857
|
-
"tags": [
|
|
1858
|
-
"magnifying glass lightning",
|
|
1859
|
-
"magnifying",
|
|
1860
|
-
"glass",
|
|
1861
|
-
"lightning",
|
|
1862
|
-
"command palette",
|
|
1863
|
-
"command",
|
|
1864
|
-
"palette"
|
|
1865
|
-
],
|
|
1866
|
-
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=3866:343&m=dev"
|
|
1867
|
-
},
|
|
1868
1872
|
"rectangle-triangle-bottom-center": {
|
|
1869
1873
|
"tags": [
|
|
1870
1874
|
"rectangle triangle bottom center",
|
|
@@ -1984,10 +1988,6 @@
|
|
|
1984
1988
|
"tags": ["switch", "ui", "prototype", "form"],
|
|
1985
1989
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=2485:325&m=dev"
|
|
1986
1990
|
},
|
|
1987
|
-
"badge": {
|
|
1988
|
-
"tags": ["badge"],
|
|
1989
|
-
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=2485:328&m=dev"
|
|
1990
|
-
},
|
|
1991
1991
|
"moon": {
|
|
1992
1992
|
"tags": ["moon"],
|
|
1993
1993
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=2485:331&m=dev"
|