@mirohq/design-system-icons 1.2.0-remove-weight-icons.0 → 1.2.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 +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/alignment-scale.tsx +1 -1
- package/svg/24/alignment-scale.svg +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-icons",
|
|
3
|
-
"version": "1.2.0
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@mirohq/design-system-base-icon": "^1.0.0",
|
|
35
35
|
"@mirohq/design-system-stitches": "^3.0.0",
|
|
36
|
+
"@mirohq/design-system-primitive": "^2.0.0",
|
|
36
37
|
"@mirohq/design-system-use-local-storage": "^1.0.0",
|
|
37
|
-
"@mirohq/design-system-utils": "^1.0.0"
|
|
38
|
-
"@mirohq/design-system-primitive": "^2.0.0"
|
|
38
|
+
"@mirohq/design-system-utils": "^1.0.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@svgr/cli": "^6.5.1",
|
|
@@ -25,7 +25,7 @@ export const IconAlignmentScale: IconComponentType = forwardRef(
|
|
|
25
25
|
},
|
|
26
26
|
<path
|
|
27
27
|
fill='currentColor'
|
|
28
|
-
d='m11.1635 10.1784 5.0127 10.6309-1.0284 1.
|
|
28
|
+
d='m11.1635 10.1784 5.0127 10.6309-1.0284 1.0283c-2.8457-1.7136-6.4466-1.7116-9.29.0059l-.9863-.9864 4.9648-10.6787h1.3272Zm-3.1495 8.6602a11.0685 11.0685 0 0 1 5.0254.0088l-2.5322-5.3711-2.4931 5.3623Z'
|
|
29
29
|
/>,
|
|
30
30
|
<path
|
|
31
31
|
fill='currentColor'
|
|
@@ -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.1635 10.1784 5.0127 10.6309-1.0284 1.
|
|
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.1635 10.1784 5.0127 10.6309-1.0284 1.0283c-2.8457-1.7136-6.4466-1.7116-9.29.0059l-.9863-.9864 4.9648-10.6787h1.3272Zm-3.1495 8.6602a11.0685 11.0685 0 0 1 5.0254.0088l-2.5322-5.3711-2.4931 5.3623Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m21 3 1 1v8l-1 1h-6v-2h5v-6h-16v6h2v2h-3l-1-1v-8l1-1h18Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M8 8h-2v-4h2v4Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M8 8h-2v-4h2v4Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M8 8h-2v-4h2v4Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M8 8h-2v-4h2v4ZM13 8h-2v-4h2v4Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M13 8h-2v-4h2v4Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M13 8h-2v-4h2v4Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M13 8h-2v-4h2v4ZM18 8h-2v-4h2v4Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M18 8h-2v-4h2v4Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M18 8h-2v-4h2v4Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M18 8h-2v-4h2v4Z" style="vector-effect:non-scaling-stroke"/></svg>
|