@baseline-ui/icons 0.32.0 → 0.33.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/12/index.d.mts +9 -1
- package/12/index.d.ts +9 -1
- package/12/index.js +18 -14
- package/12/index.mjs +2 -2
- package/16/index.d.mts +120 -18
- package/16/index.d.ts +120 -18
- package/16/index.js +149 -98
- package/16/index.mjs +2 -2
- package/20/index.d.mts +18 -16
- package/20/index.d.ts +18 -16
- package/20/index.js +93 -92
- package/20/index.mjs +2 -2
- package/24/index.d.mts +74 -30
- package/24/index.d.ts +74 -30
- package/24/index.js +340 -318
- package/24/index.mjs +2 -2
- package/8/index.d.mts +1 -3
- package/8/index.d.ts +1 -3
- package/8/index.js +10 -11
- package/8/index.mjs +2 -2
- package/Acknowledgements.md +130 -30
- package/package.json +2 -2
package/20/index.d.ts
CHANGED
|
@@ -25,36 +25,34 @@ declare const SvgBoldIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement
|
|
|
25
25
|
|
|
26
26
|
declare const SvgCalloutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
27
27
|
|
|
28
|
+
declare const SvgCaretDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
29
|
+
|
|
28
30
|
declare const SvgCaretLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
29
31
|
|
|
30
32
|
declare const SvgCaretRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
31
33
|
|
|
32
|
-
declare const
|
|
34
|
+
declare const SvgCaretUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
33
35
|
|
|
34
|
-
declare const
|
|
36
|
+
declare const SvgCheckCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
35
37
|
|
|
36
38
|
declare const SvgCheckmarkCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
37
39
|
|
|
38
40
|
declare const SvgCheckmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
39
41
|
|
|
42
|
+
declare const SvgClockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
43
|
+
|
|
40
44
|
declare const SvgCollapseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
41
45
|
|
|
42
46
|
declare const SvgCommentIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
43
47
|
|
|
44
48
|
declare const SvgCopyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
45
49
|
|
|
46
|
-
declare const SvgCrossCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
47
|
-
|
|
48
|
-
declare const SvgCrossIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
49
|
-
|
|
50
50
|
declare const SvgCutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
51
51
|
|
|
52
52
|
declare const SvgDistanceIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
53
53
|
|
|
54
54
|
declare const SvgDownloadIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
55
55
|
|
|
56
|
-
declare const SvgDragHandleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
57
|
-
|
|
58
56
|
declare const SvgDuplicateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
59
57
|
|
|
60
58
|
declare const SvgEditIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -65,8 +63,6 @@ declare const SvgEmojiSmileIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGE
|
|
|
65
63
|
|
|
66
64
|
declare const SvgErrorAltCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
67
65
|
|
|
68
|
-
declare const SvgErrorAltFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
69
|
-
|
|
70
66
|
declare const SvgErrorAlternativeCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
71
67
|
|
|
72
68
|
declare const SvgErrorCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -81,7 +77,7 @@ declare const SvgFormSignatureIcon: ({ title, titleId, ...props }: SVGProps<SVGS
|
|
|
81
77
|
|
|
82
78
|
declare const SvgFormTextFieldIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
83
79
|
|
|
84
|
-
declare const
|
|
80
|
+
declare const SvgHelpCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
85
81
|
|
|
86
82
|
declare const SvgHighlightTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
87
83
|
|
|
@@ -93,8 +89,6 @@ declare const SvgInfoCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<S
|
|
|
93
89
|
|
|
94
90
|
declare const SvgInfoCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
95
91
|
|
|
96
|
-
declare const SvgInfoFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
97
|
-
|
|
98
92
|
declare const SvgItalicIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
99
93
|
|
|
100
94
|
declare const SvgLinkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -107,8 +101,6 @@ declare const SvgMagicIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElemen
|
|
|
107
101
|
|
|
108
102
|
declare const SvgMinusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
109
103
|
|
|
110
|
-
declare const SvgMonkeyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
111
|
-
|
|
112
104
|
declare const SvgMoreIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
113
105
|
|
|
114
106
|
declare const SvgMoreVerticalIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -141,6 +133,12 @@ declare const SvgNoteSpeechBubbleIcon: ({ title, titleId, ...props }: SVGProps<S
|
|
|
141
133
|
|
|
142
134
|
declare const SvgNoteStarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
143
135
|
|
|
136
|
+
declare const SvgOpenIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
137
|
+
|
|
138
|
+
declare const SvgPageMoveLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
139
|
+
|
|
140
|
+
declare const SvgPageMoveRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
141
|
+
|
|
144
142
|
declare const SvgPasteIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
145
143
|
|
|
146
144
|
declare const SvgPipetteIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -163,6 +161,8 @@ declare const SvgSoundIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElemen
|
|
|
163
161
|
|
|
164
162
|
declare const SvgSoundRecordIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
165
163
|
|
|
164
|
+
declare const SvgStarFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
165
|
+
|
|
166
166
|
declare const SvgStarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
167
167
|
|
|
168
168
|
declare const SvgStyleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -185,6 +185,8 @@ declare const SvgThumbsUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGEle
|
|
|
185
185
|
|
|
186
186
|
declare const SvgTrashIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
187
187
|
|
|
188
|
+
declare const SvgTypeTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
189
|
+
|
|
188
190
|
declare const SvgUnderlineIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
189
191
|
|
|
190
192
|
declare const SvgUploadIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -199,4 +201,4 @@ declare const SvgXCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElem
|
|
|
199
201
|
|
|
200
202
|
declare const SvgXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
201
203
|
|
|
202
|
-
export { SvgAddPageIcon as AddPageIcon, SvgAnonymousIcon as AnonymousIcon, SvgArrowLeftIcon as ArrowLeftIcon, SvgArrowRightIcon as ArrowRightIcon, SvgArrowUpCircleFilledIcon as ArrowUpCircleFilledIcon, SvgAtIcon as AtIcon, SvgAvatarFilledIcon as AvatarFilledIcon, SvgBoldIcon as BoldIcon, SvgCalloutIcon as CalloutIcon, SvgCaretLeftIcon as CaretLeftIcon, SvgCaretRightIcon as CaretRightIcon,
|
|
204
|
+
export { SvgAddPageIcon as AddPageIcon, SvgAnonymousIcon as AnonymousIcon, SvgArrowLeftIcon as ArrowLeftIcon, SvgArrowRightIcon as ArrowRightIcon, SvgArrowUpCircleFilledIcon as ArrowUpCircleFilledIcon, SvgAtIcon as AtIcon, SvgAvatarFilledIcon as AvatarFilledIcon, SvgBoldIcon as BoldIcon, SvgCalloutIcon as CalloutIcon, SvgCaretDownIcon as CaretDownIcon, SvgCaretLeftIcon as CaretLeftIcon, SvgCaretRightIcon as CaretRightIcon, SvgCaretUpIcon as CaretUpIcon, SvgCheckCircleFilledIcon as CheckCircleFilledIcon, SvgCheckmarkCircleIcon as CheckmarkCircleIcon, SvgCheckmarkIcon as CheckmarkIcon, SvgClockIcon as ClockIcon, SvgCollapseIcon as CollapseIcon, SvgCommentIcon as CommentIcon, SvgCopyIcon as CopyIcon, SvgCutIcon as CutIcon, SvgDistanceIcon as DistanceIcon, SvgDownloadIcon as DownloadIcon, SvgDuplicateIcon as DuplicateIcon, SvgEditIcon as EditIcon, SvgEllipseIcon as EllipseIcon, SvgEmojiSmileIcon as EmojiSmileIcon, SvgErrorAltCircleFilledIcon as ErrorAltCircleFilledIcon, SvgErrorAlternativeCircleIcon as ErrorAlternativeCircleIcon, SvgErrorCircleFilledIcon as ErrorCircleFilledIcon, SvgErrorCircleIcon as ErrorCircleIcon, SvgExpandIcon as ExpandIcon, SvgFormDateIcon as FormDateIcon, SvgFormSignatureIcon as FormSignatureIcon, SvgFormTextFieldIcon as FormTextFieldIcon, SvgHelpCircleIcon as HelpCircleIcon, SvgHighlightTextIcon as HighlightTextIcon, SvgHomeIcon as HomeIcon, SvgImageIcon as ImageIcon, SvgInfoCircleFilledIcon as InfoCircleFilledIcon, SvgInfoCircleIcon as InfoCircleIcon, SvgItalicIcon as ItalicIcon, SvgLinkIcon as LinkIcon, SvgListIcon as ListIcon, SvgLockIcon as LockIcon, SvgMagicIcon as MagicIcon, SvgMinusIcon as MinusIcon, SvgMoreIcon as MoreIcon, SvgMoreVerticalIcon as MoreVerticalIcon, SvgMoveIcon as MoveIcon, SvgNoteArrowRightIcon as NoteArrowRightIcon, SvgNoteCheckIcon as NoteCheckIcon, SvgNoteCircleIcon as NoteCircleIcon, SvgNoteCrossIcon as NoteCrossIcon, SvgNoteHelpIcon as NoteHelpIcon, SvgNoteInsetIcon as NoteInsetIcon, SvgNoteKeyIcon as NoteKeyIcon, SvgNoteNewParagraphAltIcon as NoteNewParagraphAltIcon, SvgNoteNewParagraphIcon as NoteNewParagraphIcon, SvgNoteNoteIcon as NoteNoteIcon, SvgNotePointerRightIcon as NotePointerRightIcon, SvgNoteSpeechBubbleIcon as NoteSpeechBubbleIcon, SvgNoteStarIcon as NoteStarIcon, SvgOpenIcon as OpenIcon, SvgPageMoveLeftIcon as PageMoveLeftIcon, SvgPageMoveRightIcon as PageMoveRightIcon, SvgPasteIcon as PasteIcon, SvgPipetteIcon as PipetteIcon, SvgPlusIcon as PlusIcon, SvgPrintIcon as PrintIcon, SvgRotateClockwiseIcon as RotateClockwiseIcon, SvgSearchIcon as SearchIcon, SvgSettingsIcon as SettingsIcon, SvgShapeIcon as ShapeIcon, SvgShareIcon as ShareIcon, SvgSoundIcon as SoundIcon, SvgSoundRecordIcon as SoundRecordIcon, SvgStarFilledIcon as StarFilledIcon, SvgStarIcon as StarIcon, SvgStyleIcon as StyleIcon, SvgTextAlignCenterIcon as TextAlignCenterIcon, SvgTextAlignJustifyIcon as TextAlignJustifyIcon, SvgTextAlignLeftIcon as TextAlignLeftIcon, SvgTextAlignRightIcon as TextAlignRightIcon, SvgTextIcon as TextIcon, SvgThumbnailsIcon as ThumbnailsIcon, SvgThumbsDownIcon as ThumbsDownIcon, SvgThumbsUpIcon as ThumbsUpIcon, SvgTrashIcon as TrashIcon, SvgTypeTextIcon as TypeTextIcon, SvgUnderlineIcon as UnderlineIcon, SvgUploadIcon as UploadIcon, SvgWarningFilledIcon as WarningFilledIcon, SvgWarningIcon as WarningIcon, SvgXCircleFilledIcon as XCircleFilledIcon, SvgXCircleIcon as XCircleIcon, SvgXIcon as XIcon };
|