@mirohq/design-system-icons 1.19.0 → 1.19.1
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 +1 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +1 -1
- package/dist/module.js.map +1 -1
- package/package.json +3 -3
- package/react/pause.tsx +1 -1
- package/svg/24/pause.svg +1 -1
- package/svg/meta.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-icons",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@mirohq/design-system-base-icon": "^1.1.0",
|
|
35
|
-
"@mirohq/design-system-use-local-storage": "^1.1.0",
|
|
36
|
-
"@mirohq/design-system-utils": "^1.2.0",
|
|
37
35
|
"@mirohq/design-system-stitches": "^3.1.0",
|
|
36
|
+
"@mirohq/design-system-utils": "^1.2.0",
|
|
37
|
+
"@mirohq/design-system-use-local-storage": "^1.1.0",
|
|
38
38
|
"@mirohq/design-system-primitive": "^2.1.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
package/react/pause.tsx
CHANGED
package/svg/24/pause.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" d="
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 4v16h-3V4h3Zm8 0v16h-3V4h3Z"/></svg>
|
package/svg/meta.json
CHANGED
|
@@ -2642,9 +2642,9 @@
|
|
|
2642
2642
|
"pause": {
|
|
2643
2643
|
"tags": ["pause"],
|
|
2644
2644
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=1844:833&m=dev",
|
|
2645
|
-
"path": "
|
|
2645
|
+
"path": "M9.5 4V20H6.5V4H9.5ZM17.5 4V20H14.5V4H17.5Z",
|
|
2646
2646
|
"renderBounds": {
|
|
2647
|
-
"width":
|
|
2647
|
+
"width": 11,
|
|
2648
2648
|
"height": 16
|
|
2649
2649
|
}
|
|
2650
2650
|
},
|