@baseline-ui/icons 0.7.3 → 0.8.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/20/index.d.mts CHANGED
@@ -6,34 +6,164 @@ type SVGRProps = {
6
6
  size?: CSSProperties["width"];
7
7
  };
8
8
 
9
+ declare const SvgAddPageIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
10
+
11
+ declare const SvgAnonymousIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
12
+
13
+ declare const SvgArrowLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
14
+
15
+ declare const SvgArrowRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
16
+
17
+ declare const SvgArrowUpCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
18
+
19
+ declare const SvgAvatarFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
20
+
21
+ declare const SvgBoldIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
22
+
23
+ declare const SvgCalloutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
24
+
9
25
  declare const SvgCaretLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
10
26
 
11
27
  declare const SvgCaretRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
12
28
 
29
+ declare const SvgCheckCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
30
+
13
31
  declare const SvgCheckFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
14
32
 
33
+ declare const SvgCheckmarkCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
34
+
15
35
  declare const SvgCheckmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
16
36
 
37
+ declare const SvgCollapseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
38
+
39
+ declare const SvgCommentIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
40
+
41
+ declare const SvgCopyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
42
+
43
+ declare const SvgCrossCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
44
+
17
45
  declare const SvgCrossIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
18
46
 
47
+ declare const SvgCutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
48
+
49
+ declare const SvgDistanceIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
50
+
51
+ declare const SvgDownloadIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
52
+
19
53
  declare const SvgDragHandleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
20
54
 
55
+ declare const SvgDuplicateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
56
+
57
+ declare const SvgEditIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
58
+
21
59
  declare const SvgEllipseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
22
60
 
61
+ declare const SvgEmojiSmileIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
62
+
63
+ declare const SvgErrorAltCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
64
+
23
65
  declare const SvgErrorAltFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
24
66
 
67
+ declare const SvgErrorAlternativeCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
68
+
69
+ declare const SvgErrorCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
70
+
71
+ declare const SvgErrorCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
72
+
73
+ declare const SvgExpandIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
74
+
75
+ declare const SvgFormDateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
76
+
77
+ declare const SvgFormSignatureIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
78
+
79
+ declare const SvgFormTextFieldIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
80
+
81
+ declare const SvgHighlightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
82
+
83
+ declare const SvgHomeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
84
+
85
+ declare const SvgImageIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
86
+
87
+ declare const SvgInfoCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
88
+
89
+ declare const SvgInfoCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
90
+
25
91
  declare const SvgInfoFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
26
92
 
93
+ declare const SvgItalicIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
94
+
95
+ declare const SvgLinkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
96
+
97
+ declare const SvgListIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
98
+
99
+ declare const SvgLockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
100
+
101
+ declare const SvgMagicIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
102
+
27
103
  declare const SvgMinusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
28
104
 
105
+ declare const SvgMonkeyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
106
+
107
+ declare const SvgMoreIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
108
+
109
+ declare const SvgMoreVerticalIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
110
+
111
+ declare const SvgMoveIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
112
+
113
+ declare const SvgPasteIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
114
+
115
+ declare const SvgPipetteIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
116
+
29
117
  declare const SvgPlusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
30
118
 
119
+ declare const SvgPrintIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
120
+
121
+ declare const SvgRotateClockwiseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
122
+
31
123
  declare const SvgSearchIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
32
124
 
125
+ declare const SvgSettingsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
126
+
127
+ declare const SvgShapeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
128
+
129
+ declare const SvgShareIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
130
+
131
+ declare const SvgSoundIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
132
+
133
+ declare const SvgSoundRecordIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
134
+
33
135
  declare const SvgStarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
34
136
 
137
+ declare const SvgStyleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
138
+
139
+ declare const SvgTextAlignCenterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
140
+
141
+ declare const SvgTextAlignJustifyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
142
+
143
+ declare const SvgTextAlignLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
144
+
145
+ declare const SvgTextAlignRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
146
+
147
+ declare const SvgTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
148
+
149
+ declare const SvgThumbnailsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
150
+
151
+ declare const SvgThumbsDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
152
+
153
+ declare const SvgThumbsUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
154
+
155
+ declare const SvgTrashIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
156
+
157
+ declare const SvgUnderlineIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
158
+
35
159
  declare const SvgUploadIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
36
160
 
37
161
  declare const SvgWarningFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
38
162
 
39
- export { SvgCaretLeftIcon as CaretLeftIcon, SvgCaretRightIcon as CaretRightIcon, SvgCheckFilledIcon as CheckFilledIcon, SvgCheckmarkIcon as CheckmarkIcon, SvgCrossIcon as CrossIcon, SvgDragHandleIcon as DragHandleIcon, SvgEllipseIcon as EllipseIcon, SvgErrorAltFilledIcon as ErrorAltFilledIcon, SvgInfoFilledIcon as InfoFilledIcon, SvgMinusIcon as MinusIcon, SvgPlusIcon as PlusIcon, SvgSearchIcon as SearchIcon, SvgStarIcon as StarIcon, SvgUploadIcon as UploadIcon, SvgWarningFilledIcon as WarningFilledIcon };
163
+ declare const SvgWarningIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
164
+
165
+ declare const SvgXCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
166
+
167
+ declare const SvgXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
168
+
169
+ export { SvgAddPageIcon as AddPageIcon, SvgAnonymousIcon as AnonymousIcon, SvgArrowLeftIcon as ArrowLeftIcon, SvgArrowRightIcon as ArrowRightIcon, SvgArrowUpCircleFilledIcon as ArrowUpCircleFilledIcon, SvgAvatarFilledIcon as AvatarFilledIcon, SvgBoldIcon as BoldIcon, SvgCalloutIcon as CalloutIcon, SvgCaretLeftIcon as CaretLeftIcon, SvgCaretRightIcon as CaretRightIcon, SvgCheckCircleFilledIcon as CheckCircleFilledIcon, SvgCheckFilledIcon as CheckFilledIcon, SvgCheckmarkCircleIcon as CheckmarkCircleIcon, SvgCheckmarkIcon as CheckmarkIcon, SvgCollapseIcon as CollapseIcon, SvgCommentIcon as CommentIcon, SvgCopyIcon as CopyIcon, SvgCrossCircleFilledIcon as CrossCircleFilledIcon, SvgCrossIcon as CrossIcon, SvgCutIcon as CutIcon, SvgDistanceIcon as DistanceIcon, SvgDownloadIcon as DownloadIcon, SvgDragHandleIcon as DragHandleIcon, SvgDuplicateIcon as DuplicateIcon, SvgEditIcon as EditIcon, SvgEllipseIcon as EllipseIcon, SvgEmojiSmileIcon as EmojiSmileIcon, SvgErrorAltCircleFilledIcon as ErrorAltCircleFilledIcon, SvgErrorAltFilledIcon as ErrorAltFilledIcon, SvgErrorAlternativeCircleIcon as ErrorAlternativeCircleIcon, SvgErrorCircleFilledIcon as ErrorCircleFilledIcon, SvgErrorCircleIcon as ErrorCircleIcon, SvgExpandIcon as ExpandIcon, SvgFormDateIcon as FormDateIcon, SvgFormSignatureIcon as FormSignatureIcon, SvgFormTextFieldIcon as FormTextFieldIcon, SvgHighlightIcon as HighlightIcon, SvgHomeIcon as HomeIcon, SvgImageIcon as ImageIcon, SvgInfoCircleFilledIcon as InfoCircleFilledIcon, SvgInfoCircleIcon as InfoCircleIcon, SvgInfoFilledIcon as InfoFilledIcon, SvgItalicIcon as ItalicIcon, SvgLinkIcon as LinkIcon, SvgListIcon as ListIcon, SvgLockIcon as LockIcon, SvgMagicIcon as MagicIcon, SvgMinusIcon as MinusIcon, SvgMonkeyIcon as MonkeyIcon, SvgMoreIcon as MoreIcon, SvgMoreVerticalIcon as MoreVerticalIcon, SvgMoveIcon as MoveIcon, 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, 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, SvgUnderlineIcon as UnderlineIcon, SvgUploadIcon as UploadIcon, SvgWarningFilledIcon as WarningFilledIcon, SvgWarningIcon as WarningIcon, SvgXCircleIcon as XCircleIcon, SvgXIcon as XIcon };
package/20/index.d.ts CHANGED
@@ -6,34 +6,164 @@ type SVGRProps = {
6
6
  size?: CSSProperties["width"];
7
7
  };
8
8
 
9
+ declare const SvgAddPageIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
10
+
11
+ declare const SvgAnonymousIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
12
+
13
+ declare const SvgArrowLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
14
+
15
+ declare const SvgArrowRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
16
+
17
+ declare const SvgArrowUpCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
18
+
19
+ declare const SvgAvatarFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
20
+
21
+ declare const SvgBoldIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
22
+
23
+ declare const SvgCalloutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
24
+
9
25
  declare const SvgCaretLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
10
26
 
11
27
  declare const SvgCaretRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
12
28
 
29
+ declare const SvgCheckCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
30
+
13
31
  declare const SvgCheckFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
14
32
 
33
+ declare const SvgCheckmarkCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
34
+
15
35
  declare const SvgCheckmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
16
36
 
37
+ declare const SvgCollapseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
38
+
39
+ declare const SvgCommentIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
40
+
41
+ declare const SvgCopyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
42
+
43
+ declare const SvgCrossCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
44
+
17
45
  declare const SvgCrossIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
18
46
 
47
+ declare const SvgCutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
48
+
49
+ declare const SvgDistanceIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
50
+
51
+ declare const SvgDownloadIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
52
+
19
53
  declare const SvgDragHandleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
20
54
 
55
+ declare const SvgDuplicateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
56
+
57
+ declare const SvgEditIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
58
+
21
59
  declare const SvgEllipseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
22
60
 
61
+ declare const SvgEmojiSmileIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
62
+
63
+ declare const SvgErrorAltCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
64
+
23
65
  declare const SvgErrorAltFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
24
66
 
67
+ declare const SvgErrorAlternativeCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
68
+
69
+ declare const SvgErrorCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
70
+
71
+ declare const SvgErrorCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
72
+
73
+ declare const SvgExpandIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
74
+
75
+ declare const SvgFormDateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
76
+
77
+ declare const SvgFormSignatureIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
78
+
79
+ declare const SvgFormTextFieldIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
80
+
81
+ declare const SvgHighlightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
82
+
83
+ declare const SvgHomeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
84
+
85
+ declare const SvgImageIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
86
+
87
+ declare const SvgInfoCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
88
+
89
+ declare const SvgInfoCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
90
+
25
91
  declare const SvgInfoFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
26
92
 
93
+ declare const SvgItalicIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
94
+
95
+ declare const SvgLinkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
96
+
97
+ declare const SvgListIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
98
+
99
+ declare const SvgLockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
100
+
101
+ declare const SvgMagicIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
102
+
27
103
  declare const SvgMinusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
28
104
 
105
+ declare const SvgMonkeyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
106
+
107
+ declare const SvgMoreIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
108
+
109
+ declare const SvgMoreVerticalIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
110
+
111
+ declare const SvgMoveIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
112
+
113
+ declare const SvgPasteIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
114
+
115
+ declare const SvgPipetteIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
116
+
29
117
  declare const SvgPlusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
30
118
 
119
+ declare const SvgPrintIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
120
+
121
+ declare const SvgRotateClockwiseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
122
+
31
123
  declare const SvgSearchIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
32
124
 
125
+ declare const SvgSettingsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
126
+
127
+ declare const SvgShapeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
128
+
129
+ declare const SvgShareIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
130
+
131
+ declare const SvgSoundIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
132
+
133
+ declare const SvgSoundRecordIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
134
+
33
135
  declare const SvgStarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
34
136
 
137
+ declare const SvgStyleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
138
+
139
+ declare const SvgTextAlignCenterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
140
+
141
+ declare const SvgTextAlignJustifyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
142
+
143
+ declare const SvgTextAlignLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
144
+
145
+ declare const SvgTextAlignRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
146
+
147
+ declare const SvgTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
148
+
149
+ declare const SvgThumbnailsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
150
+
151
+ declare const SvgThumbsDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
152
+
153
+ declare const SvgThumbsUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
154
+
155
+ declare const SvgTrashIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
156
+
157
+ declare const SvgUnderlineIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
158
+
35
159
  declare const SvgUploadIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
36
160
 
37
161
  declare const SvgWarningFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
38
162
 
39
- export { SvgCaretLeftIcon as CaretLeftIcon, SvgCaretRightIcon as CaretRightIcon, SvgCheckFilledIcon as CheckFilledIcon, SvgCheckmarkIcon as CheckmarkIcon, SvgCrossIcon as CrossIcon, SvgDragHandleIcon as DragHandleIcon, SvgEllipseIcon as EllipseIcon, SvgErrorAltFilledIcon as ErrorAltFilledIcon, SvgInfoFilledIcon as InfoFilledIcon, SvgMinusIcon as MinusIcon, SvgPlusIcon as PlusIcon, SvgSearchIcon as SearchIcon, SvgStarIcon as StarIcon, SvgUploadIcon as UploadIcon, SvgWarningFilledIcon as WarningFilledIcon };
163
+ declare const SvgWarningIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
164
+
165
+ declare const SvgXCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
166
+
167
+ declare const SvgXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
168
+
169
+ export { SvgAddPageIcon as AddPageIcon, SvgAnonymousIcon as AnonymousIcon, SvgArrowLeftIcon as ArrowLeftIcon, SvgArrowRightIcon as ArrowRightIcon, SvgArrowUpCircleFilledIcon as ArrowUpCircleFilledIcon, SvgAvatarFilledIcon as AvatarFilledIcon, SvgBoldIcon as BoldIcon, SvgCalloutIcon as CalloutIcon, SvgCaretLeftIcon as CaretLeftIcon, SvgCaretRightIcon as CaretRightIcon, SvgCheckCircleFilledIcon as CheckCircleFilledIcon, SvgCheckFilledIcon as CheckFilledIcon, SvgCheckmarkCircleIcon as CheckmarkCircleIcon, SvgCheckmarkIcon as CheckmarkIcon, SvgCollapseIcon as CollapseIcon, SvgCommentIcon as CommentIcon, SvgCopyIcon as CopyIcon, SvgCrossCircleFilledIcon as CrossCircleFilledIcon, SvgCrossIcon as CrossIcon, SvgCutIcon as CutIcon, SvgDistanceIcon as DistanceIcon, SvgDownloadIcon as DownloadIcon, SvgDragHandleIcon as DragHandleIcon, SvgDuplicateIcon as DuplicateIcon, SvgEditIcon as EditIcon, SvgEllipseIcon as EllipseIcon, SvgEmojiSmileIcon as EmojiSmileIcon, SvgErrorAltCircleFilledIcon as ErrorAltCircleFilledIcon, SvgErrorAltFilledIcon as ErrorAltFilledIcon, SvgErrorAlternativeCircleIcon as ErrorAlternativeCircleIcon, SvgErrorCircleFilledIcon as ErrorCircleFilledIcon, SvgErrorCircleIcon as ErrorCircleIcon, SvgExpandIcon as ExpandIcon, SvgFormDateIcon as FormDateIcon, SvgFormSignatureIcon as FormSignatureIcon, SvgFormTextFieldIcon as FormTextFieldIcon, SvgHighlightIcon as HighlightIcon, SvgHomeIcon as HomeIcon, SvgImageIcon as ImageIcon, SvgInfoCircleFilledIcon as InfoCircleFilledIcon, SvgInfoCircleIcon as InfoCircleIcon, SvgInfoFilledIcon as InfoFilledIcon, SvgItalicIcon as ItalicIcon, SvgLinkIcon as LinkIcon, SvgListIcon as ListIcon, SvgLockIcon as LockIcon, SvgMagicIcon as MagicIcon, SvgMinusIcon as MinusIcon, SvgMonkeyIcon as MonkeyIcon, SvgMoreIcon as MoreIcon, SvgMoreVerticalIcon as MoreVerticalIcon, SvgMoveIcon as MoveIcon, 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, 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, SvgUnderlineIcon as UnderlineIcon, SvgUploadIcon as UploadIcon, SvgWarningFilledIcon as WarningFilledIcon, SvgWarningIcon as WarningIcon, SvgXCircleIcon as XCircleIcon, SvgXIcon as XIcon };