@webstudio-is/icons 0.195.0 → 0.196.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/lib/__generated__/svg.js +232 -230
- package/lib/index.js +3106 -3136
- package/lib/types/src/__generated__/components.d.ts +49 -48
- package/lib/types/src/__generated__/svg.d.ts +183 -182
- package/lib/types/src/index.d.ts +0 -22
- package/package.json +1 -1
- package/lib/types/src/chevron-double-left.d.ts +0 -2
- package/lib/types/src/cross-circled-filled.d.ts +0 -2
- package/lib/types/src/cross-small.d.ts +0 -2
- package/lib/types/src/cross.d.ts +0 -2
- package/lib/types/src/gear.d.ts +0 -7
- package/lib/types/src/magnifying-glass.d.ts +0 -2
- package/lib/types/src/new-folder.d.ts +0 -2
- package/lib/types/src/new-page.d.ts +0 -2
- package/lib/types/src/size.d.ts +0 -2
- package/lib/types/src/text-align-center.d.ts +0 -2
- package/lib/types/src/text-align-justify.d.ts +0 -2
- package/lib/types/src/text-align-right.d.ts +0 -2
- package/lib/types/src/text-capitalize.d.ts +0 -2
- package/lib/types/src/text-direction-ltr.d.ts +0 -2
- package/lib/types/src/text-direction-rtl.d.ts +0 -2
- package/lib/types/src/text-hyphen.d.ts +0 -2
- package/lib/types/src/text-lowercase.d.ts +0 -2
- package/lib/types/src/text-strikethrough.d.ts +0 -2
- package/lib/types/src/text-truncate.d.ts +0 -2
- package/lib/types/src/text-underline.d.ts +0 -2
- package/lib/types/src/text-uppercase.d.ts +0 -2
- package/lib/types/src/trash.d.ts +0 -2
|
@@ -1,36 +1,38 @@
|
|
|
1
1
|
import type { IconComponent } from "../types";
|
|
2
|
-
export declare const ACCenterIcon: IconComponent;
|
|
3
|
-
export declare const ACEndIcon: IconComponent;
|
|
4
|
-
export declare const ACSpaceAroundIcon: IconComponent;
|
|
5
|
-
export declare const ACSpaceBetweenIcon: IconComponent;
|
|
6
|
-
export declare const ACStartIcon: IconComponent;
|
|
7
|
-
export declare const ACStretchIcon: IconComponent;
|
|
8
|
-
export declare const AIBaselineIcon: IconComponent;
|
|
9
|
-
export declare const AICenterIcon: IconComponent;
|
|
10
|
-
export declare const AIEndIcon: IconComponent;
|
|
11
|
-
export declare const AIStartIcon: IconComponent;
|
|
12
|
-
export declare const AIStretchIcon: IconComponent;
|
|
13
|
-
export declare const ASBaselineIcon: IconComponent;
|
|
14
|
-
export declare const ASCenterIcon: IconComponent;
|
|
15
|
-
export declare const ASEndIcon: IconComponent;
|
|
16
|
-
export declare const ASStartIcon: IconComponent;
|
|
17
|
-
export declare const ASStretchIcon: IconComponent;
|
|
18
|
-
export declare const AccordionContentIcon: IconComponent;
|
|
19
|
-
export declare const AccordionTriggerIcon: IconComponent;
|
|
20
2
|
export declare const AccordionIcon: IconComponent;
|
|
21
3
|
export declare const AddTemplateInstanceIcon: IconComponent;
|
|
22
4
|
export declare const AiLoadingIcon: IconComponent;
|
|
23
5
|
export declare const AiIcon: IconComponent;
|
|
24
6
|
export declare const AlertCircleIcon: IconComponent;
|
|
25
7
|
export declare const AlertIcon: IconComponent;
|
|
8
|
+
export declare const AlignBaselineIcon: IconComponent;
|
|
9
|
+
export declare const AlignCenterHorizontalIcon: IconComponent;
|
|
10
|
+
export declare const AlignContentCenterIcon: IconComponent;
|
|
11
|
+
export declare const AlignContentEndIcon: IconComponent;
|
|
12
|
+
export declare const AlignContentSpaceAroundIcon: IconComponent;
|
|
13
|
+
export declare const AlignContentSpaceBetweenIcon: IconComponent;
|
|
14
|
+
export declare const AlignContentStartIcon: IconComponent;
|
|
15
|
+
export declare const AlignContentStretchIcon: IconComponent;
|
|
16
|
+
export declare const AlignEndHorizontalIcon: IconComponent;
|
|
17
|
+
export declare const AlignHorizontalJustifyCenterIcon: IconComponent;
|
|
18
|
+
export declare const AlignHorizontalJustifyEndIcon: IconComponent;
|
|
19
|
+
export declare const AlignHorizontalJustifyStartIcon: IconComponent;
|
|
20
|
+
export declare const AlignHorizontalSpaceAroundIcon: IconComponent;
|
|
21
|
+
export declare const AlignHorizontalSpaceBetweenIcon: IconComponent;
|
|
22
|
+
export declare const AlignSelfBaselineIcon: IconComponent;
|
|
23
|
+
export declare const AlignSelfCenterIcon: IconComponent;
|
|
24
|
+
export declare const AlignSelfEndIcon: IconComponent;
|
|
25
|
+
export declare const AlignSelfStartIcon: IconComponent;
|
|
26
|
+
export declare const AlignSelfStretchIcon: IconComponent;
|
|
27
|
+
export declare const AlignStartHorizontalIcon: IconComponent;
|
|
26
28
|
export declare const ArrowDownIcon: IconComponent;
|
|
27
29
|
export declare const ArrowLeftIcon: IconComponent;
|
|
28
30
|
export declare const ArrowRightIcon: IconComponent;
|
|
29
31
|
export declare const ArrowUpIcon: IconComponent;
|
|
30
32
|
export declare const AspectRatioIcon: IconComponent;
|
|
33
|
+
export declare const AsteriskIcon: IconComponent;
|
|
31
34
|
export declare const AttachmentIcon: IconComponent;
|
|
32
35
|
export declare const AutoScrollIcon: IconComponent;
|
|
33
|
-
export declare const BagIcon: IconComponent;
|
|
34
36
|
export declare const BlockquoteIcon: IconComponent;
|
|
35
37
|
export declare const BodyIcon: IconComponent;
|
|
36
38
|
export declare const BoldIcon: IconComponent;
|
|
@@ -46,58 +48,42 @@ export declare const BorderWidthLeftIcon: IconComponent;
|
|
|
46
48
|
export declare const BorderWidthRightIcon: IconComponent;
|
|
47
49
|
export declare const BorderWidthTopIcon: IconComponent;
|
|
48
50
|
export declare const BoxIcon: IconComponent;
|
|
49
|
-
export declare const
|
|
50
|
-
export declare const BpStarOnIcon: IconComponent;
|
|
51
|
+
export declare const BracesIcon: IconComponent;
|
|
51
52
|
export declare const BugIcon: IconComponent;
|
|
52
53
|
export declare const ButtonElementIcon: IconComponent;
|
|
53
54
|
export declare const CalendarIcon: IconComponent;
|
|
54
55
|
export declare const CheckCircleIcon: IconComponent;
|
|
56
|
+
export declare const CheckMarkSmallIcon: IconComponent;
|
|
55
57
|
export declare const CheckMarkIcon: IconComponent;
|
|
56
|
-
export declare const CheckboxCheckedFilledIcon: IconComponent;
|
|
57
58
|
export declare const CheckboxCheckedIcon: IconComponent;
|
|
58
|
-
export declare const CheckboxEmptyIcon: IconComponent;
|
|
59
|
-
export declare const CheckboxMixedFilledIcon: IconComponent;
|
|
60
|
-
export declare const ChevronBigDownIcon: IconComponent;
|
|
61
|
-
export declare const ChevronBigLeftIcon: IconComponent;
|
|
62
|
-
export declare const ChevronBigRightIcon: IconComponent;
|
|
63
|
-
export declare const ChevronBigUpIcon: IconComponent;
|
|
64
59
|
export declare const ChevronDownIcon: IconComponent;
|
|
65
|
-
export declare const ChevronFilledDownIcon: IconComponent;
|
|
66
|
-
export declare const ChevronFilledLeftIcon: IconComponent;
|
|
67
|
-
export declare const ChevronFilledRightIcon: IconComponent;
|
|
68
|
-
export declare const ChevronFilledUpIcon: IconComponent;
|
|
69
60
|
export declare const ChevronLeftIcon: IconComponent;
|
|
70
61
|
export declare const ChevronRightIcon: IconComponent;
|
|
71
62
|
export declare const ChevronUpIcon: IconComponent;
|
|
63
|
+
export declare const ChevronsLeftIcon: IconComponent;
|
|
72
64
|
export declare const CloudIcon: IconComponent;
|
|
73
|
-
export declare const CodeTextIcon: IconComponent;
|
|
74
65
|
export declare const CollapsibleIcon: IconComponent;
|
|
75
66
|
export declare const CommitIcon: IconComponent;
|
|
67
|
+
export declare const ContentBlockIcon: IconComponent;
|
|
76
68
|
export declare const ContentEmbedIcon: IconComponent;
|
|
77
69
|
export declare const ContentIcon: IconComponent;
|
|
78
70
|
export declare const CopyIcon: IconComponent;
|
|
79
|
-
export declare const CustomCodeIcon: IconComponent;
|
|
80
|
-
export declare const DashBorderIcon: IconComponent;
|
|
81
|
-
export declare const DashIcon: IconComponent;
|
|
82
71
|
export declare const DashedBorderIcon: IconComponent;
|
|
83
|
-
export declare const DeleteIcon: IconComponent;
|
|
84
72
|
export declare const DescriptionIcon: IconComponent;
|
|
85
73
|
export declare const DialogIcon: IconComponent;
|
|
86
74
|
export declare const DimensionsIcon: IconComponent;
|
|
87
75
|
export declare const DiscordIcon: IconComponent;
|
|
88
|
-
export declare const DivIcon: IconComponent;
|
|
89
76
|
export declare const DotIcon: IconComponent;
|
|
90
77
|
export declare const DottedBorderIcon: IconComponent;
|
|
91
78
|
export declare const DragHandleIcon: IconComponent;
|
|
92
79
|
export declare const DynamicPageIcon: IconComponent;
|
|
93
|
-
export declare const EditIcon: IconComponent;
|
|
94
80
|
export declare const EllipsesIcon: IconComponent;
|
|
95
81
|
export declare const EmailIcon: IconComponent;
|
|
96
82
|
export declare const EmbedIcon: IconComponent;
|
|
97
83
|
export declare const ExtensionIcon: IconComponent;
|
|
98
84
|
export declare const ExternalLinkIcon: IconComponent;
|
|
99
|
-
export declare const
|
|
100
|
-
export declare const
|
|
85
|
+
export declare const EyeClosedIcon: IconComponent;
|
|
86
|
+
export declare const EyeOpenIcon: IconComponent;
|
|
101
87
|
export declare const EyedropperIcon: IconComponent;
|
|
102
88
|
export declare const FolderIcon: IconComponent;
|
|
103
89
|
export declare const FooterIcon: IconComponent;
|
|
@@ -106,10 +92,10 @@ export declare const FormTextFieldIcon: IconComponent;
|
|
|
106
92
|
export declare const FormIcon: IconComponent;
|
|
107
93
|
export declare const GapHorizontalIcon: IconComponent;
|
|
108
94
|
export declare const GapVerticalIcon: IconComponent;
|
|
95
|
+
export declare const GearIcon: IconComponent;
|
|
109
96
|
export declare const GithubIcon: IconComponent;
|
|
110
97
|
export declare const GoogleIcon: IconComponent;
|
|
111
98
|
export declare const GrowIcon: IconComponent;
|
|
112
|
-
export declare const HamburgerMenuIcon: IconComponent;
|
|
113
99
|
export declare const HeaderIcon: IconComponent;
|
|
114
100
|
export declare const HeadingIcon: IconComponent;
|
|
115
101
|
export declare const HelpIcon: IconComponent;
|
|
@@ -117,13 +103,11 @@ export declare const HomeIcon: IconComponent;
|
|
|
117
103
|
export declare const ImageIcon: IconComponent;
|
|
118
104
|
export declare const InfoCircleIcon: IconComponent;
|
|
119
105
|
export declare const ItemIcon: IconComponent;
|
|
120
|
-
export declare const JCCenterIcon: IconComponent;
|
|
121
|
-
export declare const JCEndIcon: IconComponent;
|
|
122
106
|
export declare const JCSpaceAroundIcon: IconComponent;
|
|
123
107
|
export declare const JCSpaceBetweenIcon: IconComponent;
|
|
124
|
-
export declare const JCStartIcon: IconComponent;
|
|
125
108
|
export declare const LabelIcon: IconComponent;
|
|
126
109
|
export declare const LargeXIcon: IconComponent;
|
|
110
|
+
export declare const LifeBuoyIcon: IconComponent;
|
|
127
111
|
export declare const Link2UnlinkedIcon: IconComponent;
|
|
128
112
|
export declare const Link2Icon: IconComponent;
|
|
129
113
|
export declare const LinkIcon: IconComponent;
|
|
@@ -134,12 +118,15 @@ export declare const LoadingDotsIcon: IconComponent;
|
|
|
134
118
|
export declare const LocalStyleIcon: IconComponent;
|
|
135
119
|
export declare const MarkdownEmbedIcon: IconComponent;
|
|
136
120
|
export declare const MaximizeIcon: IconComponent;
|
|
121
|
+
export declare const MenuIcon: IconComponent;
|
|
137
122
|
export declare const MicOffIcon: IconComponent;
|
|
138
123
|
export declare const MicIcon: IconComponent;
|
|
139
124
|
export declare const MinimizeIcon: IconComponent;
|
|
140
125
|
export declare const MinusIcon: IconComponent;
|
|
141
126
|
export declare const NavigationMenuIcon: IconComponent;
|
|
142
127
|
export declare const NavigatorIcon: IconComponent;
|
|
128
|
+
export declare const NewFolderIcon: IconComponent;
|
|
129
|
+
export declare const NewPageIcon: IconComponent;
|
|
143
130
|
export declare const NoWrapIcon: IconComponent;
|
|
144
131
|
export declare const NotebookAndPenIcon: IconComponent;
|
|
145
132
|
export declare const OfflineIcon: IconComponent;
|
|
@@ -154,7 +141,7 @@ export declare const PluginIcon: IconComponent;
|
|
|
154
141
|
export declare const PlusIcon: IconComponent;
|
|
155
142
|
export declare const PopoverIcon: IconComponent;
|
|
156
143
|
export declare const RadioCheckedIcon: IconComponent;
|
|
157
|
-
export declare const
|
|
144
|
+
export declare const RadioGroupIcon: IconComponent;
|
|
158
145
|
export declare const RadioUncheckedIcon: IconComponent;
|
|
159
146
|
export declare const RefreshIcon: IconComponent;
|
|
160
147
|
export declare const RepeatColumnIcon: IconComponent;
|
|
@@ -162,6 +149,7 @@ export declare const RepeatGridIcon: IconComponent;
|
|
|
162
149
|
export declare const RepeatRowIcon: IconComponent;
|
|
163
150
|
export declare const ResetIcon: IconComponent;
|
|
164
151
|
export declare const ScrollIcon: IconComponent;
|
|
152
|
+
export declare const SearchIcon: IconComponent;
|
|
165
153
|
export declare const SectionLinkIcon: IconComponent;
|
|
166
154
|
export declare const SelectIcon: IconComponent;
|
|
167
155
|
export declare const SettingsIcon: IconComponent;
|
|
@@ -170,18 +158,28 @@ export declare const ShadowNormalIcon: IconComponent;
|
|
|
170
158
|
export declare const ShrinkIcon: IconComponent;
|
|
171
159
|
export declare const SliderIcon: IconComponent;
|
|
172
160
|
export declare const SlotComponentIcon: IconComponent;
|
|
173
|
-
export declare const SmallXIcon: IconComponent;
|
|
174
161
|
export declare const SpinnerIcon: IconComponent;
|
|
175
162
|
export declare const StopIcon: IconComponent;
|
|
163
|
+
export declare const StretchVerticalIcon: IconComponent;
|
|
176
164
|
export declare const SubscriptIcon: IconComponent;
|
|
177
|
-
export declare const SubtractIcon: IconComponent;
|
|
178
165
|
export declare const SuperscriptIcon: IconComponent;
|
|
179
166
|
export declare const SwitchIcon: IconComponent;
|
|
180
167
|
export declare const TabsIcon: IconComponent;
|
|
168
|
+
export declare const TerminalIcon: IconComponent;
|
|
169
|
+
export declare const TextAlignCenterIcon: IconComponent;
|
|
170
|
+
export declare const TextAlignJustifyIcon: IconComponent;
|
|
181
171
|
export declare const TextAlignLeftIcon: IconComponent;
|
|
172
|
+
export declare const TextAlignRightIcon: IconComponent;
|
|
173
|
+
export declare const TextCapitalizeIcon: IconComponent;
|
|
182
174
|
export declare const TextItalicIcon: IconComponent;
|
|
175
|
+
export declare const TextLowercaseIcon: IconComponent;
|
|
176
|
+
export declare const TextStrikethroughIcon: IconComponent;
|
|
177
|
+
export declare const TextTruncateIcon: IconComponent;
|
|
178
|
+
export declare const TextUnderlineIcon: IconComponent;
|
|
179
|
+
export declare const TextUppercaseIcon: IconComponent;
|
|
183
180
|
export declare const TextIcon: IconComponent;
|
|
184
181
|
export declare const TooltipIcon: IconComponent;
|
|
182
|
+
export declare const TrashIcon: IconComponent;
|
|
185
183
|
export declare const TriggerIcon: IconComponent;
|
|
186
184
|
export declare const UpgradeIcon: IconComponent;
|
|
187
185
|
export declare const UploadIcon: IconComponent;
|
|
@@ -194,6 +192,9 @@ export declare const WebstudioIcon: IconComponent;
|
|
|
194
192
|
export declare const WrapIcon: IconComponent;
|
|
195
193
|
export declare const XAxisRotateIcon: IconComponent;
|
|
196
194
|
export declare const XAxisIcon: IconComponent;
|
|
195
|
+
export declare const XCircledFilledIcon: IconComponent;
|
|
196
|
+
export declare const XLogoIcon: IconComponent;
|
|
197
|
+
export declare const XSmallIcon: IconComponent;
|
|
197
198
|
export declare const XIcon: IconComponent;
|
|
198
199
|
export declare const XmlIcon: IconComponent;
|
|
199
200
|
export declare const YAxisRotateIcon: IconComponent;
|