@mirohq/design-system-icons 0.30.7 → 0.31.1-input.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": "0.30.7",
3
+ "version": "0.31.1-input.1",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -31,10 +31,10 @@
31
31
  "react": "^16.14 || ^17 || ^18"
32
32
  },
33
33
  "dependencies": {
34
- "@mirohq/design-system-link": "^1.3.4",
35
- "@mirohq/design-system-base-icon": "^0.1.13",
34
+ "@mirohq/design-system-link": "^1.3.5-input.1",
35
+ "@mirohq/design-system-base-icon": "^0.1.14-input.1",
36
+ "@mirohq/design-system-stitches": "^2.3.15-input.1",
36
37
  "@mirohq/design-system-utils": "^0.14.3",
37
- "@mirohq/design-system-stitches": "^2.3.14",
38
38
  "@mirohq/design-system-primitive": "^1.1.1"
39
39
  },
40
40
  "devDependencies": {
package/react/index.ts CHANGED
@@ -209,6 +209,7 @@ export { IconMagnifyingGlassPlus } from './magnifying-glass-plus'
209
209
  export { IconMagnifyingGlass } from './magnifying-glass'
210
210
  export { IconMap } from './map'
211
211
  export { IconMegaphone } from './megaphone'
212
+ export { IconMermaid } from './mermaid'
212
213
  export { IconMicrophoneSlash } from './microphone-slash'
213
214
  export { IconMicrophone } from './microphone'
214
215
  export { IconMinus } from './minus'
@@ -0,0 +1,32 @@
1
+ /**
2
+ * DO NOT MODIFY THIS FILE.
3
+ * This file was generated by sync icons utility.
4
+ */
5
+ import React, { forwardRef, createElement } from 'react'
6
+ import { iconSymbol } from '@mirohq/design-system-base-icon'
7
+
8
+ import { StyledIcon } from '../src/icon'
9
+ import type { IconComponentType } from '../src/icon'
10
+
11
+ export const IconMermaid: IconComponentType = forwardRef(
12
+ ({ size = 'medium', weight = 'normal', ...props }, forwardRef) =>
13
+ createElement(
14
+ StyledIcon,
15
+ {
16
+ ...props,
17
+ weight,
18
+ size,
19
+ viewBox: '0 0 24 24',
20
+ fill: 'none',
21
+ ref: forwardRef,
22
+ },
23
+ <path
24
+ fill='currentColor'
25
+ fillRule='evenodd'
26
+ d='M4 2c-1.1046 0-2 .8954-2 2v16c0 1.1046.8954 2 2 2h16c1.1046 0 2-.8954 2-2v-16c0-1.1046-.8954-2-2-2h-16Zm8 9.0645c.9041-2.5237 3.3408-4.1736 5.9946-4.0589.089 2.128-.9186 4.1576-2.66 5.3577-.892.6192-1.4249 1.6461-1.4218 2.7397v1.897h-3.8253v-1.897c.003-1.0936-.5301-2.1206-1.4222-2.7397-1.741-1.2006-2.7483-3.2298-2.66-5.3577 2.6538-.1147 5.0906 1.5352 5.9947 4.0589Z'
27
+ clipRule='evenodd'
28
+ />
29
+ )
30
+ )
31
+
32
+ IconMermaid[iconSymbol] = true
@@ -0,0 +1,2 @@
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" fill-rule="evenodd" d="M4 2c-1.1046 0-2 .8954-2 2v16c0 1.1046.8954 2 2 2h16c1.1046 0 2-.8954 2-2v-16c0-1.1046-.8954-2-2-2h-16Zm8 9.0645c.9041-2.5237 3.3408-4.1736 5.9946-4.0589.089 2.128-.9186 4.1576-2.66 5.3577-.892.6192-1.4249 1.6461-1.4218 2.7397v1.897h-3.8253v-1.897c.003-1.0936-.5301-2.1206-1.4222-2.7397-1.741-1.2006-2.7483-3.2298-2.66-5.3577 2.6538-.1147 5.0906 1.5352 5.9947 4.0589Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/></svg>
package/svg/meta.json CHANGED
@@ -3470,5 +3470,13 @@
3470
3470
  "avatar",
3471
3471
  "photo"
3472
3472
  ]
3473
+ },
3474
+ "mermaid": {
3475
+ "tags": [
3476
+ "social mermaid",
3477
+ "mermaid",
3478
+ "social",
3479
+ "app"
3480
+ ]
3473
3481
  }
3474
3482
  }