@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-icons",
3
- "version": "1.19.0",
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
@@ -23,7 +23,7 @@ export const IconPause: IconComponentType = forwardRef(
23
23
  fill: 'none',
24
24
  ref: forwardRef,
25
25
  },
26
- <path fill='currentColor' d='M10 4v16H6V4h4Zm8 0v16h-4V4h4Z' />
26
+ <path fill='currentColor' d='M9.5 4v16h-3V4h3Zm8 0v16h-3V4h3Z' />
27
27
  )
28
28
  }
29
29
  )
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="M10 4v16H6V4h4Zm8 0v16h-4V4h4Z"/></svg>
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": "M10 4V20H6V4H10ZM18 4V20H14V4H18Z",
2645
+ "path": "M9.5 4V20H6.5V4H9.5ZM17.5 4V20H14.5V4H17.5Z",
2646
2646
  "renderBounds": {
2647
- "width": 12,
2647
+ "width": 11,
2648
2648
  "height": 16
2649
2649
  }
2650
2650
  },