@mirohq/design-system-icons 0.3.0 → 0.4.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 +1611 -235
- package/dist/main.js.map +1 -1
- package/dist/module.js +1559 -236
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +247 -75
- package/package.json +3 -3
- package/react/arrow-clockwise-down-right.tsx +33 -0
- package/react/arrow-clockwise-up-left.tsx +33 -0
- package/react/arrow-counter-clockwise-down-left.tsx +33 -0
- package/react/arrow-counter-clockwise-up-right.tsx +33 -0
- package/react/arrows-clockwise-x.tsx +33 -0
- package/react/arrows-clockwise-y.tsx +33 -0
- package/react/article.tsx +33 -0
- package/react/brackets-angle-slash.tsx +33 -0
- package/react/brackets-curly-circles-three.tsx +37 -0
- package/react/camera.tsx +34 -0
- package/react/card-number-three.tsx +31 -0
- package/react/card.tsx +30 -0
- package/react/cards-poker.tsx +30 -0
- package/react/chart-bar-y-simple.tsx +33 -0
- package/react/chart-bar-y.tsx +33 -0
- package/react/circle-notch.tsx +33 -0
- package/react/circle.tsx +1 -5
- package/react/circles-connected.tsx +27 -0
- package/react/clock-counter-clockwise-simple.tsx +27 -0
- package/react/clock-counter-clockwise.tsx +27 -0
- package/react/cluster.tsx +27 -0
- package/react/clustered.tsx +30 -0
- package/react/credit-card.tsx +26 -0
- package/react/crop.tsx +31 -0
- package/react/cursor-filled.tsx +30 -0
- package/react/cursor.tsx +33 -0
- package/react/factory-house.tsx +33 -0
- package/react/factory.tsx +33 -0
- package/react/gauge.tsx +27 -0
- package/react/hand-filled.tsx +26 -0
- package/react/hand.tsx +31 -0
- package/react/image.tsx +27 -0
- package/react/index.ts +53 -0
- package/react/kanban.tsx +33 -0
- package/react/key.tsx +31 -0
- package/react/keycap.tsx +27 -0
- package/react/laptop.tsx +26 -0
- package/react/mouse.tsx +27 -0
- package/react/pdf.tsx +34 -0
- package/react/play-circle.tsx +1 -2
- package/react/playback-speed-circle.tsx +5 -6
- package/react/scrollbar-xy.tsx +26 -0
- package/react/shield-check.tsx +34 -0
- package/react/shield-lock.tsx +27 -0
- package/react/square-brackets-angle-slash.tsx +33 -0
- package/react/square-circles-two.tsx +30 -0
- package/react/square-triangle-circle-plus.tsx +33 -0
- package/react/square.tsx +1 -1
- package/react/squares-four.tsx +33 -0
- package/react/squares-three.tsx +33 -0
- package/react/sticky-note.tsx +33 -0
- package/react/text-t.tsx +33 -0
- package/react/thumbs-up.tsx +33 -0
- package/react/ticket.tsx +24 -0
- package/react/trackpad.tsx +25 -0
- package/react/trash-simple.tsx +34 -0
- package/react/trash.tsx +34 -0
- package/react/trident.tsx +50 -0
- package/svg/24/arrow-clockwise-down-right.svg +1 -0
- package/svg/24/arrow-clockwise-up-left.svg +1 -0
- package/svg/24/arrow-counter-clockwise-down-left.svg +1 -0
- package/svg/24/arrow-counter-clockwise-up-right.svg +1 -0
- package/svg/24/arrows-clockwise-x.svg +1 -0
- package/svg/24/arrows-clockwise-y.svg +1 -0
- package/svg/24/article.svg +1 -0
- package/svg/24/brackets-angle-slash.svg +1 -0
- package/svg/24/brackets-curly-circles-three.svg +1 -0
- package/svg/24/camera.svg +1 -0
- package/svg/24/card-number-three.svg +1 -0
- package/svg/24/card.svg +1 -0
- package/svg/24/cards-poker.svg +1 -0
- package/svg/24/chart-bar-y-simple.svg +1 -0
- package/svg/24/chart-bar-y.svg +1 -0
- package/svg/24/circle-notch.svg +1 -0
- package/svg/24/circle.svg +1 -1
- package/svg/24/circles-connected.svg +1 -0
- package/svg/24/clock-counter-clockwise-simple.svg +1 -0
- package/svg/24/clock-counter-clockwise.svg +1 -0
- package/svg/24/cluster.svg +1 -0
- package/svg/24/clustered.svg +1 -0
- package/svg/24/credit-card.svg +1 -0
- package/svg/24/crop.svg +1 -0
- package/svg/24/cursor-filled.svg +1 -0
- package/svg/24/cursor.svg +1 -0
- package/svg/24/factory-house.svg +1 -0
- package/svg/24/factory.svg +1 -0
- package/svg/24/gauge.svg +1 -0
- package/svg/24/hand-filled.svg +1 -0
- package/svg/24/hand.svg +1 -0
- package/svg/24/image.svg +1 -0
- package/svg/24/kanban.svg +1 -0
- package/svg/24/key.svg +1 -0
- package/svg/24/keycap.svg +1 -0
- package/svg/24/laptop.svg +1 -0
- package/svg/24/mouse.svg +1 -0
- package/svg/24/pdf.svg +1 -0
- package/svg/24/play-circle.svg +1 -1
- package/svg/24/playback-speed-circle.svg +1 -1
- package/svg/24/scrollbar-xy.svg +1 -0
- package/svg/24/shield-check.svg +1 -0
- package/svg/24/shield-lock.svg +1 -0
- package/svg/24/social-facebook.svg +1 -1
- package/svg/24/social-instagram.svg +1 -1
- package/svg/24/social-linkedin.svg +1 -1
- package/svg/24/social-twitter.svg +1 -1
- package/svg/24/social-youtube.svg +1 -1
- package/svg/24/square-brackets-angle-slash.svg +1 -0
- package/svg/24/square-circles-two.svg +1 -0
- package/svg/24/square-triangle-circle-plus.svg +1 -0
- package/svg/24/square.svg +1 -1
- package/svg/24/squares-four.svg +1 -0
- package/svg/24/squares-three.svg +1 -0
- package/svg/24/sticky-note.svg +1 -0
- package/svg/24/text-t.svg +1 -0
- package/svg/24/thumbs-up.svg +1 -0
- package/svg/24/ticket.svg +1 -0
- package/svg/24/trackpad.svg +1 -0
- package/svg/24/trash-simple.svg +1 -0
- package/svg/24/trash.svg +1 -0
- package/svg/24/trident.svg +1 -0
- package/svg/meta.json +501 -1
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconCursorFilled: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<path
|
|
20
|
+
stroke='currentColor'
|
|
21
|
+
strokeLinecap='round'
|
|
22
|
+
strokeWidth={2}
|
|
23
|
+
d='m14.5 20-1.917-4.97M8.406 4.068l9.434 9.245c.315.309.136.874-.289.909l-5.022.416a.468.468 0 0 0-.285.13l-3.437 3.294c-.312.3-.807.06-.807-.391V4.262c0-.227.25-.346.406-.193Z'
|
|
24
|
+
/>,
|
|
25
|
+
<path
|
|
26
|
+
fill='currentColor'
|
|
27
|
+
d='M17.84 13.315 8.406 4.069C8.25 3.916 8 4.035 8 4.262v13.41c0 .451.495.69.807.39l3.437-3.292a.468.468 0 0 1 .285-.13l5.022-.417c.425-.035.604-.6.29-.909Z'
|
|
28
|
+
/>
|
|
29
|
+
)
|
|
30
|
+
)
|
package/react/cursor.tsx
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconCursor: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<g clipPath='url(#a)'>
|
|
20
|
+
<path
|
|
21
|
+
stroke='currentColor'
|
|
22
|
+
strokeLinecap='round'
|
|
23
|
+
strokeWidth={2}
|
|
24
|
+
d='m14.5 20-1.917-4.97M8.406 4.068l9.434 9.245c.315.309.136.874-.289.909l-5.022.416a.468.468 0 0 0-.285.13l-3.437 3.294c-.312.3-.807.06-.807-.391V4.262c0-.227.25-.346.406-.193Z'
|
|
25
|
+
/>
|
|
26
|
+
</g>,
|
|
27
|
+
<defs>
|
|
28
|
+
<clipPath id='a'>
|
|
29
|
+
<path d='M0 0h24v24H0z' />
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
)
|
|
33
|
+
)
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconFactoryHouse: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<g clipPath='url(#a)'>
|
|
20
|
+
<path
|
|
21
|
+
stroke='currentColor'
|
|
22
|
+
strokeLinecap='round'
|
|
23
|
+
strokeWidth={2}
|
|
24
|
+
d='M10 20v-5.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V20M7 4v3.25m0 0-2.621.655A.5.5 0 0 0 4 8.39V19.5a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 .5-.5V4.64a.5.5 0 0 0-.621-.485L7 7.25Z'
|
|
25
|
+
/>
|
|
26
|
+
</g>,
|
|
27
|
+
<defs>
|
|
28
|
+
<clipPath id='a'>
|
|
29
|
+
<path d='M0 0h24v24H0z' />
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
)
|
|
33
|
+
)
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconFactory: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<g clipPath='url(#a)'>
|
|
20
|
+
<path
|
|
21
|
+
stroke='currentColor'
|
|
22
|
+
strokeLinecap='round'
|
|
23
|
+
strokeWidth={2}
|
|
24
|
+
d='M21 13.588v7.162a.25.25 0 0 1-.25.25H16m5-7.412a.25.25 0 0 0-.055-.156l-1.826-2.283a.25.25 0 0 0-.294-.074l-3.412 1.463L12 14l-2.377-2.853a.25.25 0 0 0-.297-.067l-6.18 2.853A.25.25 0 0 0 3 14.16v6.59c0 .138.112.25.25.25H8m13-7.412L20.575 9l-.538-5.795A.25.25 0 0 0 19.791 3H17a.25.25 0 0 0-.245.201L16 8.5M8 21v-4m0 4h8m0 0v-4'
|
|
25
|
+
/>
|
|
26
|
+
</g>,
|
|
27
|
+
<defs>
|
|
28
|
+
<clipPath id='a'>
|
|
29
|
+
<path d='M0 0h24v24H0z' />
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
)
|
|
33
|
+
)
|
package/react/gauge.tsx
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconGauge: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<circle cx={12} cy={12} r={2} fill='currentColor' />,
|
|
20
|
+
<path
|
|
21
|
+
stroke='currentColor'
|
|
22
|
+
strokeLinecap='round'
|
|
23
|
+
strokeWidth={2}
|
|
24
|
+
d='M12.036 12.036 15 15m2.657 2.657a8 8 0 1 0-11.314 0'
|
|
25
|
+
/>
|
|
26
|
+
)
|
|
27
|
+
)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconHandFilled: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<path
|
|
20
|
+
fill='currentColor'
|
|
21
|
+
fillRule='evenodd'
|
|
22
|
+
d='M19 17c0 6.27-8.5 8-12.5 3l-4.542-6.358a.991.991 0 0 1 .062-1.235c.11-.123.195-.217.205-.222a.916.916 0 0 1 1.042-.098c.03.008 3.233 1.845 3.233 1.845V5c0-.622.378-1 1-1 .623 0 1 .378 1 1v5.25a.75.75 0 0 0 1.5 0V3c0-.623.377-1 1-1s1 .377 1 1v7.25a.75.75 0 0 0 1.5 0V4c0-.623.377-1 1-1s1 .377 1 1v6.25a.75.75 0 0 0 1.5 0V6c0-.622.378-1 1-1s1 .378 1 1v11Z'
|
|
23
|
+
clipRule='evenodd'
|
|
24
|
+
/>
|
|
25
|
+
)
|
|
26
|
+
)
|
package/react/hand.tsx
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconHand: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<g clipPath='url(#a)'>
|
|
20
|
+
<path
|
|
21
|
+
fill='currentColor'
|
|
22
|
+
d='m2.748 14.261-.847.531a.994.994 0 0 0 .042.063l.805-.594Zm18.29-7.511h1v-.019l-.001-.018-1 .037Zm-14 7.5-.718.697a1 1 0 0 0 1.717-.697h-1Zm2.44-2.5a1 1 0 1 0 2 0h-2Zm3.5-.5a1 1 0 1 0 2 0h-2Zm3.5 1a1 1 0 1 0 2 0h-2Zm-11.13.263-.716.697.717-.697Zm-1.432-.634-.067-.997.067.997Zm2.86 7.715-.657.755.657-.755Zm-.49-.54.805-.593-.804.594ZM20.038 6.75v9.375h2V6.75h-2ZM4.632 13.21l1.688 1.737 1.434-1.394-1.688-1.737-1.434 1.393Zm3.405 1.04v-8.5h-2v8.5h2Zm-4.354-1.292c.016-.015.081-.066.3-.08l-.134-1.996c-.439.029-1.072.155-1.578.66l1.412 1.416Zm-.088.772a.623.623 0 0 1 .088-.772l-1.412-1.416a2.623 2.623 0 0 0-.37 3.25l1.694-1.062Zm4.442-7.98c0-.443.327-.75.713-.75V3C7.203 3 6.037 4.26 6.037 5.75h2ZM8.75 5a.73.73 0 0 1 .727.75h2C11.477 4.249 10.286 3 8.75 3v2Zm2.727.75v-2h-2v2h2Zm-1-1h.06v-2h-.06v2Zm1-1A.77.77 0 0 1 12.25 3V1c-1.502 0-2.773 1.214-2.773 2.75h2ZM12.25 3a.73.73 0 0 1 .727.75h2c0-1.501-1.191-2.75-2.727-2.75v2Zm.727.75v1h2v-1h-2Zm5.5 3c0-.37.352-.75.81-.75V4c-1.474 0-2.81 1.188-2.81 2.75h2Zm.81-.75c.393 0 .732.288.751.787l1.999-.074C21.98 5.212 20.827 4 19.287 4v2Zm-4.31-1.25c0-.247.084-.425.194-.537.105-.106.292-.213.616-.213V2c-.806 0-1.525.285-2.042.812-.513.521-.768 1.219-.768 1.938h2Zm.81-.75c.37 0 .69.29.69.75h2c0-1.472-1.126-2.75-2.69-2.75v2Zm.69.75v2h2v-2h-2Zm-7 1v6h2v-6h-2Zm3.5-1v6.5h2v-6.5h-2Zm3.5 1.5v6h2v-6h-2Zm3.56 9.875c0 1.885-1.676 3.689-4.341 4.465-2.6.756-5.8.393-8.264-1.75l-1.313 1.509c3.054 2.656 6.985 3.078 10.136 2.16 3.086-.898 5.782-3.228 5.782-6.384h-2ZM7.091 18.461l-3.539-4.794-1.609 1.188 3.54 4.794L7.09 18.46Zm-1.025-6.645c-.501-.516-1.287-.997-2.217-.934l.134 1.995c.148-.01.397.073.649.332l1.434-1.393Zm1.366 7.024a2.348 2.348 0 0 1-.34-.38l-1.61 1.189c.176.238.386.481.637.7l1.313-1.51Z'
|
|
23
|
+
/>
|
|
24
|
+
</g>,
|
|
25
|
+
<defs>
|
|
26
|
+
<clipPath id='a'>
|
|
27
|
+
<path d='M0 0h24v24H0z' />
|
|
28
|
+
</clipPath>
|
|
29
|
+
</defs>
|
|
30
|
+
)
|
|
31
|
+
)
|
package/react/image.tsx
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconImage: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<path
|
|
20
|
+
stroke='currentColor'
|
|
21
|
+
strokeLinecap='round'
|
|
22
|
+
strokeWidth={2}
|
|
23
|
+
d='M3 18v1.5a.5.5 0 0 0 .5.5h17a.5.5 0 0 0 .5-.5v-15a.5.5 0 0 0-.5-.5h-17a.5.5 0 0 0-.5.5V18Zm0 0 6.646-6.646a.5.5 0 0 1 .708 0L14 15m-2 2 3.646-3.646a.5.5 0 0 1 .708 0L20 17'
|
|
24
|
+
/>,
|
|
25
|
+
<circle cx={16} cy={8} r={2} fill='currentColor' />
|
|
26
|
+
)
|
|
27
|
+
)
|
package/react/index.ts
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export { IconArrowBoxOut } from './arrow-box-out'
|
|
2
|
+
export { IconArrowClockwiseDownRight } from './arrow-clockwise-down-right'
|
|
3
|
+
export { IconArrowClockwiseUpLeft } from './arrow-clockwise-up-left'
|
|
4
|
+
export { IconArrowCounterClockwiseDownLeft } from './arrow-counter-clockwise-down-left'
|
|
5
|
+
export { IconArrowCounterClockwiseUpRight } from './arrow-counter-clockwise-up-right'
|
|
2
6
|
export { IconArrowDownLeft } from './arrow-down-left'
|
|
3
7
|
export { IconArrowDownRight } from './arrow-down-right'
|
|
4
8
|
export { IconArrowDown } from './arrow-down'
|
|
@@ -8,7 +12,18 @@ export { IconArrowRight } from './arrow-right'
|
|
|
8
12
|
export { IconArrowUpLeft } from './arrow-up-left'
|
|
9
13
|
export { IconArrowUpRight } from './arrow-up-right'
|
|
10
14
|
export { IconArrowUp } from './arrow-up'
|
|
15
|
+
export { IconArrowsClockwiseX } from './arrows-clockwise-x'
|
|
16
|
+
export { IconArrowsClockwiseY } from './arrows-clockwise-y'
|
|
17
|
+
export { IconArticle } from './article'
|
|
11
18
|
export { IconBarThree } from './bar-three'
|
|
19
|
+
export { IconBracketsAngleSlash } from './brackets-angle-slash'
|
|
20
|
+
export { IconBracketsCurlyCirclesThree } from './brackets-curly-circles-three'
|
|
21
|
+
export { IconCamera } from './camera'
|
|
22
|
+
export { IconCardNumberThree } from './card-number-three'
|
|
23
|
+
export { IconCard } from './card'
|
|
24
|
+
export { IconCardsPoker } from './cards-poker'
|
|
25
|
+
export { IconChartBarYSimple } from './chart-bar-y-simple'
|
|
26
|
+
export { IconChartBarY } from './chart-bar-y'
|
|
12
27
|
export { IconChat } from './chat'
|
|
13
28
|
export { IconCheckMark } from './check-mark'
|
|
14
29
|
export { IconChevronDown } from './chevron-down'
|
|
@@ -16,16 +31,36 @@ export { IconChevronLeft } from './chevron-left'
|
|
|
16
31
|
export { IconChevronRight } from './chevron-right'
|
|
17
32
|
export { IconChevronUp } from './chevron-up'
|
|
18
33
|
export { IconCircleMotionX } from './circle-motion-x'
|
|
34
|
+
export { IconCircleNotch } from './circle-notch'
|
|
19
35
|
export { IconCircle } from './circle'
|
|
36
|
+
export { IconCirclesConnected } from './circles-connected'
|
|
37
|
+
export { IconClockCounterClockwiseSimple } from './clock-counter-clockwise-simple'
|
|
38
|
+
export { IconClockCounterClockwise } from './clock-counter-clockwise'
|
|
39
|
+
export { IconCluster } from './cluster'
|
|
40
|
+
export { IconClustered } from './clustered'
|
|
20
41
|
export { IconCog } from './cog'
|
|
42
|
+
export { IconCreditCard } from './credit-card'
|
|
43
|
+
export { IconCrop } from './crop'
|
|
21
44
|
export { IconCrossCircle } from './cross-circle'
|
|
22
45
|
export { IconCross } from './cross'
|
|
46
|
+
export { IconCursorFilled } from './cursor-filled'
|
|
47
|
+
export { IconCursor } from './cursor'
|
|
23
48
|
export { IconEnvelope } from './envelope'
|
|
24
49
|
export { IconExclamationPointCircle } from './exclamation-point-circle'
|
|
50
|
+
export { IconFactoryHouse } from './factory-house'
|
|
51
|
+
export { IconFactory } from './factory'
|
|
25
52
|
export { IconFunnel } from './funnel'
|
|
53
|
+
export { IconGauge } from './gauge'
|
|
26
54
|
export { IconGlobe } from './globe'
|
|
55
|
+
export { IconHandFilled } from './hand-filled'
|
|
56
|
+
export { IconHand } from './hand'
|
|
27
57
|
export { IconHouse } from './house'
|
|
58
|
+
export { IconImage } from './image'
|
|
28
59
|
export { IconInformationMarkCircle } from './information-mark-circle'
|
|
60
|
+
export { IconKanban } from './kanban'
|
|
61
|
+
export { IconKey } from './key'
|
|
62
|
+
export { IconKeycap } from './keycap'
|
|
63
|
+
export { IconLaptop } from './laptop'
|
|
29
64
|
export { IconLineDiagonal } from './line-diagonal'
|
|
30
65
|
export { IconLink } from './link'
|
|
31
66
|
export { IconLockClosed } from './lock-closed'
|
|
@@ -34,8 +69,10 @@ export { IconMagnifyingGlass } from './magnifying-glass'
|
|
|
34
69
|
export { IconMicrophoneSlash } from './microphone-slash'
|
|
35
70
|
export { IconMicrophone } from './microphone'
|
|
36
71
|
export { IconMinus } from './minus'
|
|
72
|
+
export { IconMouse } from './mouse'
|
|
37
73
|
export { IconParallelogram } from './parallelogram'
|
|
38
74
|
export { IconPauseCircle } from './pause-circle'
|
|
75
|
+
export { IconPdf } from './pdf'
|
|
39
76
|
export { IconPlaceholder } from './placeholder'
|
|
40
77
|
export { IconPlayCircle } from './play-circle'
|
|
41
78
|
export { IconPlaybackSpeedCircle } from './playback-speed-circle'
|
|
@@ -43,7 +80,10 @@ export { IconPlug } from './plug'
|
|
|
43
80
|
export { IconPlus } from './plus'
|
|
44
81
|
export { IconQuestionMarkCircle } from './question-mark-circle'
|
|
45
82
|
export { IconRhombus } from './rhombus'
|
|
83
|
+
export { IconScrollbarXy } from './scrollbar-xy'
|
|
46
84
|
export { IconShapes } from './shapes'
|
|
85
|
+
export { IconShieldCheck } from './shield-check'
|
|
86
|
+
export { IconShieldLock } from './shield-lock'
|
|
47
87
|
export { IconSlidersX } from './sliders-x'
|
|
48
88
|
export { IconSlidersY } from './sliders-y'
|
|
49
89
|
export { IconSocialFacebook } from './social-facebook'
|
|
@@ -53,10 +93,23 @@ export { IconSocialTwitter } from './social-twitter'
|
|
|
53
93
|
export { IconSocialYoutube } from './social-youtube'
|
|
54
94
|
export { IconSpeakerCross } from './speaker-cross'
|
|
55
95
|
export { IconSpeakerHigh } from './speaker-high'
|
|
96
|
+
export { IconSquareBracketsAngleSlash } from './square-brackets-angle-slash'
|
|
97
|
+
export { IconSquareCirclesTwo } from './square-circles-two'
|
|
56
98
|
export { IconSquareRounded } from './square-rounded'
|
|
99
|
+
export { IconSquareTriangleCirclePlus } from './square-triangle-circle-plus'
|
|
57
100
|
export { IconSquare } from './square'
|
|
101
|
+
export { IconSquaresFour } from './squares-four'
|
|
102
|
+
export { IconSquaresThree } from './squares-three'
|
|
103
|
+
export { IconStickyNote } from './sticky-note'
|
|
58
104
|
export { IconStopCircle } from './stop-circle'
|
|
105
|
+
export { IconTextT } from './text-t'
|
|
106
|
+
export { IconThumbsUp } from './thumbs-up'
|
|
107
|
+
export { IconTicket } from './ticket'
|
|
108
|
+
export { IconTrackpad } from './trackpad'
|
|
109
|
+
export { IconTrashSimple } from './trash-simple'
|
|
110
|
+
export { IconTrash } from './trash'
|
|
59
111
|
export { IconTriangle } from './triangle'
|
|
112
|
+
export { IconTrident } from './trident'
|
|
60
113
|
export { IconUserAdd } from './user-add'
|
|
61
114
|
export { IconUser } from './user'
|
|
62
115
|
export { IconUsers } from './users'
|
package/react/kanban.tsx
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconKanban: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<g clipPath='url(#a)'>
|
|
20
|
+
<path
|
|
21
|
+
stroke='currentColor'
|
|
22
|
+
strokeLinecap='round'
|
|
23
|
+
strokeWidth={2}
|
|
24
|
+
d='M12 4H4.5a.5.5 0 0 0-.5.5v15a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V15m0-11v11m0-11h7.5a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-.5.5H12'
|
|
25
|
+
/>
|
|
26
|
+
</g>,
|
|
27
|
+
<defs>
|
|
28
|
+
<clipPath id='a'>
|
|
29
|
+
<path d='M0 0h24v24H0z' />
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
)
|
|
33
|
+
)
|
package/react/key.tsx
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconKey: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<g clipPath='url(#a)'>
|
|
20
|
+
<path
|
|
21
|
+
fill='currentColor'
|
|
22
|
+
d='M11 11h-1v2h1v-2Zm10 2a1 1 0 1 0 0-2v2Zm-3 2a1 1 0 1 0 2 0h-2Zm-8-4v2h2v-2h-2Zm-6 2v-2H2v2h2Zm3 3a3 3 0 0 1-3-3H2a5 5 0 0 0 5 5v-2Zm3-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2ZM7 8a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2Zm0-2a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V6Zm4 7h8v-2h-8v2Zm8 0h2v-2h-2v2Zm-1-1v3h2v-3h-2Z'
|
|
23
|
+
/>
|
|
24
|
+
</g>,
|
|
25
|
+
<defs>
|
|
26
|
+
<clipPath id='a'>
|
|
27
|
+
<path d='M0 0h24v24H0z' />
|
|
28
|
+
</clipPath>
|
|
29
|
+
</defs>
|
|
30
|
+
)
|
|
31
|
+
)
|
package/react/keycap.tsx
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconKeycap: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<path
|
|
20
|
+
stroke='currentColor'
|
|
21
|
+
strokeLinecap='round'
|
|
22
|
+
strokeWidth={2}
|
|
23
|
+
d='M7 8h6m-3 0v6M6 4h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z'
|
|
24
|
+
/>,
|
|
25
|
+
<path fill='currentColor' d='M0 0h.001v.001H0z' />
|
|
26
|
+
)
|
|
27
|
+
)
|
package/react/laptop.tsx
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconLaptop: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<path
|
|
20
|
+
stroke='currentColor'
|
|
21
|
+
strokeLinecap='round'
|
|
22
|
+
strokeWidth={2}
|
|
23
|
+
d='M2.5 20h19M5 4h14a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1Z'
|
|
24
|
+
/>
|
|
25
|
+
)
|
|
26
|
+
)
|
package/react/mouse.tsx
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconMouse: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<path
|
|
20
|
+
stroke='currentColor'
|
|
21
|
+
strokeLinecap='round'
|
|
22
|
+
strokeWidth={2}
|
|
23
|
+
d='M12 8v3M9 3.5h6a4 4 0 0 1 4 4v6a7 7 0 1 1-14 0v-6a4 4 0 0 1 4-4Z'
|
|
24
|
+
/>,
|
|
25
|
+
<path fill='currentColor' d='M0 0h.001v.001H0V0Z' />
|
|
26
|
+
)
|
|
27
|
+
)
|
package/react/pdf.tsx
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconPdf: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<g clipPath='url(#a)'>
|
|
20
|
+
<path
|
|
21
|
+
stroke='currentColor'
|
|
22
|
+
strokeLinecap='round'
|
|
23
|
+
strokeLinejoin='round'
|
|
24
|
+
strokeWidth={2}
|
|
25
|
+
d='M5.64 5.28C4.615 3.583 7.07 2.02 7.71 3.763c1.098 2.992 2.864 11.086-1.12 16.587-1.111 1.534-3.509.082-2.219-1.515a19.508 19.508 0 0 1 6.745-5.146 19.396 19.396 0 0 1 8.276-1.784c2.01.076 1.907 2.95.109 2.729a18.7 18.7 0 0 1-8.02-3.041A18.84 18.84 0 0 1 5.64 5.28Z'
|
|
26
|
+
/>
|
|
27
|
+
</g>,
|
|
28
|
+
<defs>
|
|
29
|
+
<clipPath id='a'>
|
|
30
|
+
<path d='M0 0h24v24H0z' />
|
|
31
|
+
</clipPath>
|
|
32
|
+
</defs>
|
|
33
|
+
)
|
|
34
|
+
)
|
package/react/play-circle.tsx
CHANGED
|
@@ -19,8 +19,7 @@ export const IconPlayCircle: ForwardRefExoticComponent<
|
|
|
19
19
|
<circle cx={12} cy={12} r={8.5} stroke='currentColor' strokeWidth={2} />,
|
|
20
20
|
<path
|
|
21
21
|
fill='currentColor'
|
|
22
|
-
|
|
23
|
-
d='M15.099 12 10.5 15.066V8.934L15.099 12Z'
|
|
22
|
+
d='M15.376 11.584a.5.5 0 0 1 0 .832l-4.599 3.066a.5.5 0 0 1-.777-.416V8.934a.5.5 0 0 1 .777-.416l4.599 3.066Z'
|
|
24
23
|
/>
|
|
25
24
|
)
|
|
26
25
|
)
|
|
@@ -17,15 +17,14 @@ export const IconPlaybackSpeedCircle: ForwardRefExoticComponent<
|
|
|
17
17
|
ref: forwardRef,
|
|
18
18
|
},
|
|
19
19
|
<path
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
strokeWidth={2}
|
|
23
|
-
d='M10.583 3.618a8.5 8.5 0 1 1 .173 16.792M7.3 4.917a8.547 8.547 0 0 0-2.222 2.15m-1.444 3.421a8.55 8.55 0 0 0-.016 2.929m1.479 3.543a8.55 8.55 0 0 0 1.709 1.769'
|
|
20
|
+
fill='currentColor'
|
|
21
|
+
d='M15.376 11.584a.5.5 0 0 1 0 .832l-4.599 3.066a.5.5 0 0 1-.777-.416V8.934a.5.5 0 0 1 .777-.416l4.599 3.066Z'
|
|
24
22
|
/>,
|
|
25
23
|
<path
|
|
26
|
-
fill='currentColor'
|
|
27
24
|
stroke='currentColor'
|
|
28
|
-
|
|
25
|
+
strokeLinecap='round'
|
|
26
|
+
strokeWidth={2}
|
|
27
|
+
d='M10.583 3.618a8.5 8.5 0 1 1 .173 16.792M5.078 7.066A8.547 8.547 0 0 1 7.3 4.916m-3.666 5.572a8.55 8.55 0 0 0-.016 2.929m3.188 5.312a8.55 8.55 0 0 1-1.71-1.769'
|
|
29
28
|
/>
|
|
30
29
|
)
|
|
31
30
|
)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconScrollbarXy: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<path
|
|
20
|
+
stroke='currentColor'
|
|
21
|
+
strokeLinecap='round'
|
|
22
|
+
strokeWidth={2}
|
|
23
|
+
d='M6.706 17H12m6-10v8M5.118 4h13.764C20.052 4 21 4.895 21 6v12c0 1.105-.948 2-2.118 2H5.118C3.948 20 3 19.105 3 18V6c0-1.105.948-2 2.118-2Z'
|
|
24
|
+
/>
|
|
25
|
+
)
|
|
26
|
+
)
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconShieldCheck: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<g clipPath='url(#a)'>
|
|
20
|
+
<path
|
|
21
|
+
stroke='currentColor'
|
|
22
|
+
strokeLinecap='round'
|
|
23
|
+
strokeMiterlimit={1.414}
|
|
24
|
+
strokeWidth={2}
|
|
25
|
+
d='m9 12 2 1.5L16 9M4 6l8-3 8 3v7.044a6.638 6.638 0 0 1-1.598 4.32 13.275 13.275 0 0 1-3.25 2.744l-2.637 1.583a1 1 0 0 1-1.03 0l-2.638-1.583a13.274 13.274 0 0 1-3.249-2.744A6.638 6.638 0 0 1 4 13.044V6Z'
|
|
26
|
+
/>
|
|
27
|
+
</g>,
|
|
28
|
+
<defs>
|
|
29
|
+
<clipPath id='a'>
|
|
30
|
+
<path d='M0 0h24v24H0z' />
|
|
31
|
+
</clipPath>
|
|
32
|
+
</defs>
|
|
33
|
+
)
|
|
34
|
+
)
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconShieldLock: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<rect width={8} height={5} x={8} y={11} fill='currentColor' rx={1} />,
|
|
20
|
+
<path
|
|
21
|
+
stroke='currentColor'
|
|
22
|
+
strokeMiterlimit={1.414}
|
|
23
|
+
strokeWidth={2}
|
|
24
|
+
d='M10 13V9.5a2 2 0 1 1 4 0V13M4 6l8-3 8 3v7.044a6.638 6.638 0 0 1-1.598 4.32 13.275 13.275 0 0 1-3.25 2.744l-2.637 1.583a1 1 0 0 1-1.03 0l-2.638-1.583a13.274 13.274 0 0 1-3.249-2.744A6.638 6.638 0 0 1 4 13.044V6Z'
|
|
25
|
+
/>
|
|
26
|
+
)
|
|
27
|
+
)
|