@mirohq/design-system-icons 0.21.0 → 0.21.2
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 +6 -2
- package/dist/main.js.map +1 -1
- package/dist/module.js +6 -2
- package/dist/module.js.map +1 -1
- package/package.json +3 -3
- package/react/lightbox.tsx +3 -2
- package/svg/24/lightbox.svg +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-icons",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@mirohq/design-system-link": "^1.2.9",
|
|
34
|
-
"@mirohq/design-system-utils": "^0.13.1",
|
|
35
34
|
"@mirohq/design-system-stitches": "^2.3.0",
|
|
36
|
-
"@mirohq/design-system-primitive": "^1.1.0"
|
|
35
|
+
"@mirohq/design-system-primitive": "^1.1.0",
|
|
36
|
+
"@mirohq/design-system-utils": "^0.13.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@svgr/cli": "^6.5.1",
|
package/react/lightbox.tsx
CHANGED
|
@@ -25,9 +25,10 @@ export const IconLightbox: IconComponentType = forwardRef(
|
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeLinejoin='round'
|
|
27
27
|
strokeWidth='var(--svg-stroke-width)'
|
|
28
|
-
d='M12 4h-
|
|
28
|
+
d='M12 4h-9v14h5m4-14h9v14h-5m-4-14v-2m-4 16-2 4m2-4h8m0 0 2 4'
|
|
29
29
|
vectorEffect='non-scaling-stroke'
|
|
30
|
-
|
|
30
|
+
/>,
|
|
31
|
+
<path fill='currentColor' d='M3 4h18v3h-18v-3ZM3 15h18v3h-18v-3Z' />
|
|
31
32
|
)
|
|
32
33
|
)
|
|
33
34
|
|
package/svg/24/lightbox.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-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4h-
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4h-9v14h5m4-14h9v14h-5m-4-14v-2m-4 16-2 4m2-4h8m0 0 2 4" vector-effect="non-scaling-stroke"/><path fill="currentColor" d="M3 4h18v3h-18v-3ZM3 15h18v3h-18v-3Z"/></svg>
|