@mirohq/design-system-icons 1.27.0 → 1.27.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 +2 -2
- package/react/dots-three.tsx +1 -1
- package/svg/24/dots-three.svg +1 -1
- package/svg/meta.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-icons",
|
|
3
|
-
"version": "1.27.
|
|
3
|
+
"version": "1.27.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"react": "^16.14 || ^17 || ^18 || ^19"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@mirohq/design-system-base-icon": "^1.1.0",
|
|
35
34
|
"@mirohq/design-system-primitive": "^2.1.0",
|
|
36
35
|
"@mirohq/design-system-utils": "^1.2.1",
|
|
36
|
+
"@mirohq/design-system-base-icon": "^1.1.0",
|
|
37
37
|
"@mirohq/design-system-use-local-storage": "^1.1.0",
|
|
38
38
|
"@mirohq/design-system-stitches": "^3.1.2"
|
|
39
39
|
},
|
package/react/dots-three.tsx
CHANGED
|
@@ -25,7 +25,7 @@ export const IconDotsThree: IconComponentType = forwardRef(
|
|
|
25
25
|
},
|
|
26
26
|
<path
|
|
27
27
|
fill='currentColor'
|
|
28
|
-
d='
|
|
28
|
+
d='M12 7a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0 7a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0 7a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z'
|
|
29
29
|
/>
|
|
30
30
|
)
|
|
31
31
|
}
|
package/svg/24/dots-three.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="M12 7a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0 7a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0 7a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z"/></svg>
|
package/svg/meta.json
CHANGED
|
@@ -2911,13 +2911,13 @@
|
|
|
2911
2911
|
},
|
|
2912
2912
|
"dots-three": {
|
|
2913
2913
|
"tags": [
|
|
2914
|
-
"⚠️ Avoid using this icon\n\n\nUse icon-dots-three-vertical for menus as we are trying to deprecate this version."
|
|
2914
|
+
"⚠️ Avoid using this icon\n\n❌ This will be deprecated soon\n\n\nUse icon-dots-three-vertical for menus as we are trying to deprecate this version."
|
|
2915
2915
|
],
|
|
2916
2916
|
"figmaLink": "https://www.figma.com/design/jSWCA1HFD22hk0isIY37ua/%5Bmds%5D-Icons?node-id=1909:1185&m=dev",
|
|
2917
|
-
"path": "
|
|
2917
|
+
"path": "M12 7C10.8954 7 10 6.10457 10 5C10 3.89543 10.8954 3 12 3C13.1046 3 14 3.89543 14 5C14 6.10457 13.1046 7 12 7Z M12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14Z M12 21C10.8954 21 10 20.1046 10 19C10 17.8954 10.8954 17 12 17C13.1046 17 14 17.8954 14 19C14 20.1046 13.1046 21 12 21Z",
|
|
2918
2918
|
"renderBounds": {
|
|
2919
|
-
"width":
|
|
2920
|
-
"height":
|
|
2919
|
+
"width": 4,
|
|
2920
|
+
"height": 18
|
|
2921
2921
|
}
|
|
2922
2922
|
},
|
|
2923
2923
|
"grid": {
|