@mirohq/design-system-icons 0.12.4 → 0.13.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 +172 -0
- package/dist/main.js.map +1 -1
- package/dist/module.js +165 -1
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +442 -418
- package/package.json +5 -5
- package/react/arrows-down-up.tsx +30 -0
- package/react/badge.tsx +31 -0
- package/react/index.ts +8 -0
- package/react/megaphone.tsx +31 -0
- package/react/moon.tsx +30 -0
- package/react/rocket.tsx +31 -0
- package/react/switch.tsx +32 -0
- package/react/toolbar.tsx +31 -0
- package/react/tooltip.tsx +31 -0
- package/svg/24/arrows-down-up.svg +2 -0
- package/svg/24/badge.svg +2 -0
- package/svg/24/megaphone.svg +2 -0
- package/svg/24/moon.svg +2 -0
- package/svg/24/rocket.svg +2 -0
- package/svg/24/switch.svg +2 -0
- package/svg/24/toolbar.svg +2 -0
- package/svg/24/tooltip.svg +2 -0
- package/svg/meta.json +44 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-icons",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"react": "^16.14 || ^17 || ^18"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@mirohq/design-system-link": "^1.2.
|
|
34
|
-
"@mirohq/design-system-
|
|
35
|
-
"@mirohq/design-system-stitches": "^2.2.
|
|
36
|
-
"@mirohq/design-system-
|
|
33
|
+
"@mirohq/design-system-link": "^1.2.7",
|
|
34
|
+
"@mirohq/design-system-primitive": "^1.1.0",
|
|
35
|
+
"@mirohq/design-system-stitches": "^2.2.4",
|
|
36
|
+
"@mirohq/design-system-utils": "^0.13.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@svgr/cli": "^6.5.1",
|
|
@@ -0,0 +1,30 @@
|
|
|
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 type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
7
|
+
|
|
8
|
+
import { StyledIcon } from '../src/icon'
|
|
9
|
+
import type { IconProps } from '../src/icon'
|
|
10
|
+
|
|
11
|
+
export const IconArrowsDownUp: ForwardRefExoticComponent<
|
|
12
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
13
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
14
|
+
createElement(
|
|
15
|
+
StyledIcon,
|
|
16
|
+
{
|
|
17
|
+
...props,
|
|
18
|
+
size,
|
|
19
|
+
viewBox: '0 0 24 24',
|
|
20
|
+
fill: 'none',
|
|
21
|
+
ref: forwardRef,
|
|
22
|
+
},
|
|
23
|
+
<path
|
|
24
|
+
stroke='currentColor'
|
|
25
|
+
strokeLinecap='round'
|
|
26
|
+
strokeWidth={2}
|
|
27
|
+
d='M7 5v14m0 0 4-4m-4 4-4-4m14 4v-14m0 0-4 4m4-4 4 4'
|
|
28
|
+
/>
|
|
29
|
+
)
|
|
30
|
+
)
|
package/react/badge.tsx
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
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 type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
7
|
+
|
|
8
|
+
import { StyledIcon } from '../src/icon'
|
|
9
|
+
import type { IconProps } from '../src/icon'
|
|
10
|
+
|
|
11
|
+
export const IconBadge: ForwardRefExoticComponent<
|
|
12
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
13
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
14
|
+
createElement(
|
|
15
|
+
StyledIcon,
|
|
16
|
+
{
|
|
17
|
+
...props,
|
|
18
|
+
size,
|
|
19
|
+
viewBox: '0 0 24 24',
|
|
20
|
+
fill: 'none',
|
|
21
|
+
ref: forwardRef,
|
|
22
|
+
},
|
|
23
|
+
<path
|
|
24
|
+
stroke='currentColor'
|
|
25
|
+
strokeLinecap='round'
|
|
26
|
+
strokeLinejoin='round'
|
|
27
|
+
strokeWidth={2}
|
|
28
|
+
d='M8 17c-6 0-6-9 0-9h8c6 0 6 9 0 9h-8Z'
|
|
29
|
+
/>
|
|
30
|
+
)
|
|
31
|
+
)
|
package/react/index.ts
CHANGED
|
@@ -29,6 +29,7 @@ export { IconArrowUp } from './arrow-up'
|
|
|
29
29
|
export { IconArrowsClockwiseRectangleTilt } from './arrows-clockwise-rectangle-tilt'
|
|
30
30
|
export { IconArrowsClockwiseX } from './arrows-clockwise-x'
|
|
31
31
|
export { IconArrowsClockwiseY } from './arrows-clockwise-y'
|
|
32
|
+
export { IconArrowsDownUp } from './arrows-down-up'
|
|
32
33
|
export { IconArrowsHorizontalLinesTopBottom } from './arrows-horizontal-lines-top-bottom'
|
|
33
34
|
export { IconArrowsInSimple } from './arrows-in-simple'
|
|
34
35
|
export { IconArrowsOutCardinal } from './arrows-out-cardinal'
|
|
@@ -36,6 +37,7 @@ export { IconArrowsOutLinesHorizontal } from './arrows-out-lines-horizontal'
|
|
|
36
37
|
export { IconArrowsOutSimple } from './arrows-out-simple'
|
|
37
38
|
export { IconArticle } from './article'
|
|
38
39
|
export { IconAt } from './at'
|
|
40
|
+
export { IconBadge } from './badge'
|
|
39
41
|
export { IconBarrel } from './barrel'
|
|
40
42
|
export { IconBellSlash } from './bell-slash'
|
|
41
43
|
export { IconBellTilt } from './bell-tilt'
|
|
@@ -184,6 +186,7 @@ export { IconMagnet } from './magnet'
|
|
|
184
186
|
export { IconMagnifyingGlassLightning } from './magnifying-glass-lightning'
|
|
185
187
|
export { IconMagnifyingGlass } from './magnifying-glass'
|
|
186
188
|
export { IconMap } from './map'
|
|
189
|
+
export { IconMegaphone } from './megaphone'
|
|
187
190
|
export { IconMicrophoneSlash } from './microphone-slash'
|
|
188
191
|
export { IconMicrophone } from './microphone'
|
|
189
192
|
export { IconMinus } from './minus'
|
|
@@ -191,6 +194,7 @@ export { IconMonitorArrow } from './monitor-arrow'
|
|
|
191
194
|
export { IconMonitorPause } from './monitor-pause'
|
|
192
195
|
export { IconMonitorPlay } from './monitor-play'
|
|
193
196
|
export { IconMonitorStop } from './monitor-stop'
|
|
197
|
+
export { IconMoon } from './moon'
|
|
194
198
|
export { IconMouse } from './mouse'
|
|
195
199
|
export { IconNavigationArrowLines } from './navigation-arrow-lines'
|
|
196
200
|
export { IconNavigationUpLeftFilled } from './navigation-up-left-filled'
|
|
@@ -252,6 +256,7 @@ export { IconRectanglesTwoMinus } from './rectangles-two-minus'
|
|
|
252
256
|
export { IconRectanglesTwoPlus } from './rectangles-two-plus'
|
|
253
257
|
export { IconRectanglesTwoUser } from './rectangles-two-user'
|
|
254
258
|
export { IconRhombus } from './rhombus'
|
|
259
|
+
export { IconRocket } from './rocket'
|
|
255
260
|
export { IconRssRectangle } from './rss-rectangle'
|
|
256
261
|
export { IconScissors } from './scissors'
|
|
257
262
|
export { IconScrollbarXy } from './scrollbar-xy'
|
|
@@ -307,6 +312,7 @@ export { IconStroke3 } from './stroke-3'
|
|
|
307
312
|
export { IconStroke4 } from './stroke-4'
|
|
308
313
|
export { IconStroke5 } from './stroke-5'
|
|
309
314
|
export { IconStroke6 } from './stroke-6'
|
|
315
|
+
export { IconSwitch } from './switch'
|
|
310
316
|
export { IconTag } from './tag'
|
|
311
317
|
export { IconTextAUnderline } from './text-a-underline'
|
|
312
318
|
export { IconTextAlignCenter } from './text-align-center'
|
|
@@ -328,6 +334,8 @@ export { IconThumbsUp } from './thumbs-up'
|
|
|
328
334
|
export { IconTickCircle } from './tick-circle'
|
|
329
335
|
export { IconTicket } from './ticket'
|
|
330
336
|
export { IconTimer } from './timer'
|
|
337
|
+
export { IconToolbar } from './toolbar'
|
|
338
|
+
export { IconTooltip } from './tooltip'
|
|
331
339
|
export { IconTrackpad } from './trackpad'
|
|
332
340
|
export { IconTrapeze } from './trapeze'
|
|
333
341
|
export { IconTrashSimple } from './trash-simple'
|
|
@@ -0,0 +1,31 @@
|
|
|
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 type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
7
|
+
|
|
8
|
+
import { StyledIcon } from '../src/icon'
|
|
9
|
+
import type { IconProps } from '../src/icon'
|
|
10
|
+
|
|
11
|
+
export const IconMegaphone: ForwardRefExoticComponent<
|
|
12
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
13
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
14
|
+
createElement(
|
|
15
|
+
StyledIcon,
|
|
16
|
+
{
|
|
17
|
+
...props,
|
|
18
|
+
size,
|
|
19
|
+
viewBox: '0 0 24 24',
|
|
20
|
+
fill: 'none',
|
|
21
|
+
ref: forwardRef,
|
|
22
|
+
},
|
|
23
|
+
<path
|
|
24
|
+
stroke='currentColor'
|
|
25
|
+
strokeLinecap='round'
|
|
26
|
+
strokeLinejoin='round'
|
|
27
|
+
strokeWidth={2}
|
|
28
|
+
d='m13 6.7778 4 1.111 3.2676.9078a1 1 0 0 1 .7324.9635v4.4798a1 1 0 0 1-.7324.9635l-3.2676.9077m-4-9.3333-8.7324-2.4257c-.6371-.177-1.2676.3022-1.2676.9635v13.3688c0 .6613.6305 1.1405 1.2676.9635l12.7324-3.5368m-4-9.3333v12.2222c0 .5523.4477 1 1 1h2c.5523 0 1-.4477 1-1v-2.8889'
|
|
29
|
+
/>
|
|
30
|
+
)
|
|
31
|
+
)
|
package/react/moon.tsx
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
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 type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
7
|
+
|
|
8
|
+
import { StyledIcon } from '../src/icon'
|
|
9
|
+
import type { IconProps } from '../src/icon'
|
|
10
|
+
|
|
11
|
+
export const IconMoon: ForwardRefExoticComponent<
|
|
12
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
13
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
14
|
+
createElement(
|
|
15
|
+
StyledIcon,
|
|
16
|
+
{
|
|
17
|
+
...props,
|
|
18
|
+
size,
|
|
19
|
+
viewBox: '0 0 24 24',
|
|
20
|
+
fill: 'none',
|
|
21
|
+
ref: forwardRef,
|
|
22
|
+
},
|
|
23
|
+
<path
|
|
24
|
+
stroke='currentColor'
|
|
25
|
+
strokeLinejoin='round'
|
|
26
|
+
strokeWidth={2}
|
|
27
|
+
d='M21 13.3757a9.0907 9.0907 0 0 1-2.1328.2523c-5.0076 0-9.067-4.0594-9.067-9.067 0-.5323.0459-1.0539.1339-1.561-3.9784.9592-6.9341 4.5418-6.9341 8.8147 0 5.0075 4.0594 9.0669 9.0669 9.0669 4.4753 0 8.1932-3.2422 8.9331-7.5059Z'
|
|
28
|
+
/>
|
|
29
|
+
)
|
|
30
|
+
)
|
package/react/rocket.tsx
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
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 type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
7
|
+
|
|
8
|
+
import { StyledIcon } from '../src/icon'
|
|
9
|
+
import type { IconProps } from '../src/icon'
|
|
10
|
+
|
|
11
|
+
export const IconRocket: ForwardRefExoticComponent<
|
|
12
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
13
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
14
|
+
createElement(
|
|
15
|
+
StyledIcon,
|
|
16
|
+
{
|
|
17
|
+
...props,
|
|
18
|
+
size,
|
|
19
|
+
viewBox: '0 0 24 24',
|
|
20
|
+
fill: 'none',
|
|
21
|
+
ref: forwardRef,
|
|
22
|
+
},
|
|
23
|
+
<path
|
|
24
|
+
stroke='currentColor'
|
|
25
|
+
strokeLinecap='round'
|
|
26
|
+
strokeLinejoin='round'
|
|
27
|
+
strokeWidth={2}
|
|
28
|
+
d='m8 10.9999 5 5m-5-5-4-1 4-4 4 1m-4 4 4-4m1 9 1 4.0001 4-4-1-4.0001m-4 4 4-4m0 0 1-1c2-2 3-4 2-7-3-1-5 0-7 2l-1 1m-6 8c-1 1-2 2-2 5 3 0 4-.5 5-2'
|
|
29
|
+
/>
|
|
30
|
+
)
|
|
31
|
+
)
|
package/react/switch.tsx
ADDED
|
@@ -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 type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
7
|
+
|
|
8
|
+
import { StyledIcon } from '../src/icon'
|
|
9
|
+
import type { IconProps } from '../src/icon'
|
|
10
|
+
|
|
11
|
+
export const IconSwitch: ForwardRefExoticComponent<
|
|
12
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
13
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
14
|
+
createElement(
|
|
15
|
+
StyledIcon,
|
|
16
|
+
{
|
|
17
|
+
...props,
|
|
18
|
+
size,
|
|
19
|
+
viewBox: '0 0 24 24',
|
|
20
|
+
fill: 'none',
|
|
21
|
+
ref: forwardRef,
|
|
22
|
+
},
|
|
23
|
+
<path
|
|
24
|
+
stroke='currentColor'
|
|
25
|
+
strokeLinecap='round'
|
|
26
|
+
strokeLinejoin='round'
|
|
27
|
+
strokeWidth={2}
|
|
28
|
+
d='M7 18c-7 0-7-11 0-11h10c7 0 7 11 0 11h-10Z'
|
|
29
|
+
/>,
|
|
30
|
+
<circle cx={8.5} cy={12.5} r={3.5} fill='currentColor' />
|
|
31
|
+
)
|
|
32
|
+
)
|
|
@@ -0,0 +1,31 @@
|
|
|
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 type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
7
|
+
|
|
8
|
+
import { StyledIcon } from '../src/icon'
|
|
9
|
+
import type { IconProps } from '../src/icon'
|
|
10
|
+
|
|
11
|
+
export const IconToolbar: ForwardRefExoticComponent<
|
|
12
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
13
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
14
|
+
createElement(
|
|
15
|
+
StyledIcon,
|
|
16
|
+
{
|
|
17
|
+
...props,
|
|
18
|
+
size,
|
|
19
|
+
viewBox: '0 0 24 24',
|
|
20
|
+
fill: 'none',
|
|
21
|
+
ref: forwardRef,
|
|
22
|
+
},
|
|
23
|
+
<path
|
|
24
|
+
stroke='currentColor'
|
|
25
|
+
strokeLinecap='round'
|
|
26
|
+
strokeLinejoin='round'
|
|
27
|
+
strokeWidth={2}
|
|
28
|
+
d='M6.5 9h-4.5c-.5523 0-1 .4477-1 1v4c0 .5523.4477 1 1 1h4.5m0-6h5.5m-5.5 0v6m0 0h5.5m0-6v6m0-6h5.5m-5.5 6h5.5m0 0h4.5c.5523 0 1-.4477 1-1v-4c0-.5523-.4477-1-1-1h-4.5m0 6v-6'
|
|
29
|
+
/>
|
|
30
|
+
)
|
|
31
|
+
)
|
|
@@ -0,0 +1,31 @@
|
|
|
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 type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
7
|
+
|
|
8
|
+
import { StyledIcon } from '../src/icon'
|
|
9
|
+
import type { IconProps } from '../src/icon'
|
|
10
|
+
|
|
11
|
+
export const IconTooltip: ForwardRefExoticComponent<
|
|
12
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
13
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
14
|
+
createElement(
|
|
15
|
+
StyledIcon,
|
|
16
|
+
{
|
|
17
|
+
...props,
|
|
18
|
+
size,
|
|
19
|
+
viewBox: '0 0 24 24',
|
|
20
|
+
fill: 'none',
|
|
21
|
+
ref: forwardRef,
|
|
22
|
+
},
|
|
23
|
+
<path
|
|
24
|
+
stroke='currentColor'
|
|
25
|
+
strokeLinecap='round'
|
|
26
|
+
strokeLinejoin='round'
|
|
27
|
+
strokeWidth={2}
|
|
28
|
+
d='M22 14v-8c0-.5523-.4477-1-1-1h-18c-.5523 0-1 .4477-1 1v8c0 .5523.4477 1 1 1h5.5a1 1 0 0 1 .8.4l2.7 3.6 2.7-3.6a1 1 0 0 1 .8-.4h5.5c.5523 0 1-.4477 1-1Z'
|
|
29
|
+
/>
|
|
30
|
+
)
|
|
31
|
+
)
|
|
@@ -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 stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M7 5v14m0 0 4-4m-4 4-4-4m14 4v-14m0 0-4 4m4-4 4 4"/></svg>
|
package/svg/24/badge.svg
ADDED
|
@@ -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 stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 17c-6 0-6-9 0-9h8c6 0 6 9 0 9h-8Z"/></svg>
|
|
@@ -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 stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m13 6.7778 4 1.111 3.2676.9078a1 1 0 0 1 .7324.9635v4.4798a1 1 0 0 1-.7324.9635l-3.2676.9077m-4-9.3333-8.7324-2.4257c-.6371-.177-1.2676.3022-1.2676.9635v13.3688c0 .6613.6305 1.1405 1.2676.9635l12.7324-3.5368m-4-9.3333v12.2222c0 .5523.4477 1 1 1h2c.5523 0 1-.4477 1-1v-2.8889"/></svg>
|
package/svg/24/moon.svg
ADDED
|
@@ -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 stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M21 13.3757a9.0907 9.0907 0 0 1-2.1328.2523c-5.0076 0-9.067-4.0594-9.067-9.067 0-.5323.0459-1.0539.1339-1.561-3.9784.9592-6.9341 4.5418-6.9341 8.8147 0 5.0075 4.0594 9.0669 9.0669 9.0669 4.4753 0 8.1932-3.2422 8.9331-7.5059Z"/></svg>
|
|
@@ -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 stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m8 10.9999 5 5m-5-5-4-1 4-4 4 1m-4 4 4-4m1 9 1 4.0001 4-4-1-4.0001m-4 4 4-4m0 0 1-1c2-2 3-4 2-7-3-1-5 0-7 2l-1 1m-6 8c-1 1-2 2-2 5 3 0 4-.5 5-2"/></svg>
|
|
@@ -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 stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 18c-7 0-7-11 0-11h10c7 0 7 11 0 11h-10Z"/><circle cx="8.5" cy="12.5" r="3.5" fill="currentColor"/></svg>
|
|
@@ -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 stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.5 9h-4.5c-.5523 0-1 .4477-1 1v4c0 .5523.4477 1 1 1h4.5m0-6h5.5m-5.5 0v6m0 0h5.5m0-6v6m0-6h5.5m-5.5 6h5.5m0 0h4.5c.5523 0 1-.4477 1-1v-4c0-.5523-.4477-1-1-1h-4.5m0 6v-6"/></svg>
|
|
@@ -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 stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22 14v-8c0-.5523-.4477-1-1-1h-18c-.5523 0-1 .4477-1 1v8c0 .5523.4477 1 1 1h5.5a1 1 0 0 1 .8.4l2.7 3.6 2.7-3.6a1 1 0 0 1 .8-.4h5.5c.5523 0 1-.4477 1-1Z"/></svg>
|
package/svg/meta.json
CHANGED
|
@@ -2894,5 +2894,49 @@
|
|
|
2894
2894
|
"plus",
|
|
2895
2895
|
"square"
|
|
2896
2896
|
]
|
|
2897
|
+
},
|
|
2898
|
+
"tooltip": {
|
|
2899
|
+
"tags": [
|
|
2900
|
+
"tooltip"
|
|
2901
|
+
]
|
|
2902
|
+
},
|
|
2903
|
+
"toolbar": {
|
|
2904
|
+
"tags": [
|
|
2905
|
+
"toolbar"
|
|
2906
|
+
]
|
|
2907
|
+
},
|
|
2908
|
+
"switch": {
|
|
2909
|
+
"tags": [
|
|
2910
|
+
"switch"
|
|
2911
|
+
]
|
|
2912
|
+
},
|
|
2913
|
+
"badge": {
|
|
2914
|
+
"tags": [
|
|
2915
|
+
"badge"
|
|
2916
|
+
]
|
|
2917
|
+
},
|
|
2918
|
+
"moon": {
|
|
2919
|
+
"tags": [
|
|
2920
|
+
"moon"
|
|
2921
|
+
]
|
|
2922
|
+
},
|
|
2923
|
+
"megaphone": {
|
|
2924
|
+
"tags": [
|
|
2925
|
+
"megaphone"
|
|
2926
|
+
]
|
|
2927
|
+
},
|
|
2928
|
+
"rocket": {
|
|
2929
|
+
"tags": [
|
|
2930
|
+
"rocket"
|
|
2931
|
+
]
|
|
2932
|
+
},
|
|
2933
|
+
"arrows-down-up": {
|
|
2934
|
+
"tags": [
|
|
2935
|
+
"arrows down up",
|
|
2936
|
+
"arrows",
|
|
2937
|
+
"down",
|
|
2938
|
+
"up",
|
|
2939
|
+
"sort"
|
|
2940
|
+
]
|
|
2897
2941
|
}
|
|
2898
2942
|
}
|