@mirohq/design-system-icons 0.3.1 → 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 +107 -1
- package/package.json +1 -1
- 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
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
|
+
)
|
|
@@ -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 IconSquareBracketsAngleSlash: 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='M6 4 3.177 6.823a.25.25 0 0 0 0 .354L6 10m5-7-2 8m5-7 2.823 2.823a.25.25 0 0 1 0 .354L14 10m5-7v0a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5'
|
|
25
|
+
/>
|
|
26
|
+
</g>,
|
|
27
|
+
<defs>
|
|
28
|
+
<clipPath id='a'>
|
|
29
|
+
<path d='M0 0h24v24H0z' />
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
)
|
|
33
|
+
)
|
|
@@ -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 IconSquareCirclesTwo: 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='M19.75 4H4.25a.25.25 0 0 0-.25.25v15.5c0 .138.112.25.25.25h15.5a.25.25 0 0 0 .25-.25V4.25a.25.25 0 0 0-.25-.25Z'
|
|
24
|
+
/>,
|
|
25
|
+
<path
|
|
26
|
+
fill='currentColor'
|
|
27
|
+
d='M16 15a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm7-3a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z'
|
|
28
|
+
/>
|
|
29
|
+
)
|
|
30
|
+
)
|
|
@@ -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 IconSquareTriangleCirclePlus: 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='M17 14v3m0 0v3m0-3h-3m3 0h3M5 4h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1Zm9.164 5.645 2.609-5.653a.25.25 0 0 1 .454 0l2.61 5.653a.25.25 0 0 1-.228.355h-5.218a.25.25 0 0 1-.227-.355Zm-9.285 9.476A3 3 0 1 0 9.12 14.88a3 3 0 0 0-4.24 4.24Z'
|
|
25
|
+
/>
|
|
26
|
+
</g>,
|
|
27
|
+
<defs>
|
|
28
|
+
<clipPath id='a'>
|
|
29
|
+
<path d='M0 0h24v24H0z' />
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
)
|
|
33
|
+
)
|
package/react/square.tsx
CHANGED
|
@@ -20,7 +20,7 @@ export const IconSquare: ForwardRefExoticComponent<
|
|
|
20
20
|
<path
|
|
21
21
|
stroke='currentColor'
|
|
22
22
|
strokeWidth={2}
|
|
23
|
-
d='
|
|
23
|
+
d='M20.75 3H3.25a.25.25 0 0 0-.25.25v17.5c0 .138.112.25.25.25h17.5a.25.25 0 0 0 .25-.25V3.25a.25.25 0 0 0-.25-.25Z'
|
|
24
24
|
/>
|
|
25
25
|
</g>,
|
|
26
26
|
<defs>
|
|
@@ -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 IconSquaresFour: 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
|
|
20
|
+
stroke='currentColor'
|
|
21
|
+
strokeLinecap='round'
|
|
22
|
+
strokeWidth={2}
|
|
23
|
+
clipPath='url(#a)'
|
|
24
|
+
>
|
|
25
|
+
<path d='M9.5 14h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5Zm10 0h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5ZM9.5 4h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5Z' />
|
|
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 IconSquaresThree: 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
|
|
20
|
+
stroke='currentColor'
|
|
21
|
+
strokeLinecap='round'
|
|
22
|
+
strokeWidth={2}
|
|
23
|
+
clipPath='url(#a)'
|
|
24
|
+
>
|
|
25
|
+
<path d='M9.5 14h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5Zm10 0h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5ZM9.5 4h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5Z' />
|
|
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 IconStickyNote: 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='square'
|
|
23
|
+
strokeWidth={2}
|
|
24
|
+
d='M14 19v-5.5a.5.5 0 0 1 .5-.5H20M4.5 4h16a.5.5 0 0 1 .5.5v7.843a4 4 0 0 1-1.172 2.829l-3.656 3.656A4 4 0 0 1 13.343 20H4.5a.5.5 0 0 1-.5-.5v-15a.5.5 0 0 1 .5-.5Z'
|
|
25
|
+
/>
|
|
26
|
+
</g>,
|
|
27
|
+
<defs>
|
|
28
|
+
<clipPath id='a'>
|
|
29
|
+
<path d='M0 0h24v24H0z' />
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
)
|
|
33
|
+
)
|
package/react/text-t.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 IconTextT: 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='M4 7V4.5a.5.5 0 0 1 .5-.5H12m8 3V4.5a.5.5 0 0 0-.5-.5H12m0 0v16m0 0H9m3 0h3'
|
|
25
|
+
/>
|
|
26
|
+
</g>,
|
|
27
|
+
<defs>
|
|
28
|
+
<clipPath id='a'>
|
|
29
|
+
<path d='M0 0h24v24H0z' />
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
)
|
|
33
|
+
)
|