@webstudio-is/icons 0.0.0-017f1bd
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/LICENSE +661 -0
- package/lib/__generated__/svg.js +427 -0
- package/lib/index.js +7192 -0
- package/lib/types/generate.d.ts +7 -0
- package/lib/types/src/__generated__/components.d.ts +213 -0
- package/lib/types/src/__generated__/svg.d.ts +212 -0
- package/lib/types/src/index.d.ts +2 -0
- package/lib/types/src/index.stories.d.ts +7 -0
- package/lib/types/src/types.d.ts +9 -0
- package/lib/types/svg-string.d.ts +1 -0
- package/package.json +47 -0
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
import type { IconComponent } from "../types";
|
|
2
|
+
export declare const AccordionIcon: IconComponent;
|
|
3
|
+
export declare const AddTemplateInstanceIcon: IconComponent;
|
|
4
|
+
export declare const AiLoadingIcon: IconComponent;
|
|
5
|
+
export declare const AiIcon: IconComponent;
|
|
6
|
+
export declare const AlertCircleIcon: IconComponent;
|
|
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;
|
|
28
|
+
export declare const AnimationGroupIcon: IconComponent;
|
|
29
|
+
export declare const ArrowDownIcon: IconComponent;
|
|
30
|
+
export declare const ArrowLeftIcon: IconComponent;
|
|
31
|
+
export declare const ArrowRightIcon: IconComponent;
|
|
32
|
+
export declare const ArrowUpIcon: IconComponent;
|
|
33
|
+
export declare const AspectRatioIcon: IconComponent;
|
|
34
|
+
export declare const AsteriskIcon: IconComponent;
|
|
35
|
+
export declare const AttachmentIcon: IconComponent;
|
|
36
|
+
export declare const AutoScrollIcon: IconComponent;
|
|
37
|
+
export declare const BlockquoteIcon: IconComponent;
|
|
38
|
+
export declare const BodyIcon: IconComponent;
|
|
39
|
+
export declare const BoldIcon: IconComponent;
|
|
40
|
+
export declare const BorderRadiusBottomLeftIcon: IconComponent;
|
|
41
|
+
export declare const BorderRadiusBottomRightIcon: IconComponent;
|
|
42
|
+
export declare const BorderRadiusIndividualIcon: IconComponent;
|
|
43
|
+
export declare const BorderRadiusTopLeftIcon: IconComponent;
|
|
44
|
+
export declare const BorderRadiusTopRightIcon: IconComponent;
|
|
45
|
+
export declare const BorderRadiusIcon: IconComponent;
|
|
46
|
+
export declare const BorderWidthBottomIcon: IconComponent;
|
|
47
|
+
export declare const BorderWidthIndividualIcon: IconComponent;
|
|
48
|
+
export declare const BorderWidthLeftIcon: IconComponent;
|
|
49
|
+
export declare const BorderWidthRightIcon: IconComponent;
|
|
50
|
+
export declare const BorderWidthTopIcon: IconComponent;
|
|
51
|
+
export declare const BoxIcon: IconComponent;
|
|
52
|
+
export declare const BracesIcon: IconComponent;
|
|
53
|
+
export declare const BugIcon: IconComponent;
|
|
54
|
+
export declare const ButtonElementIcon: IconComponent;
|
|
55
|
+
export declare const CalendarIcon: IconComponent;
|
|
56
|
+
export declare const CheckCircleIcon: IconComponent;
|
|
57
|
+
export declare const CheckMarkSmallIcon: IconComponent;
|
|
58
|
+
export declare const CheckMarkIcon: IconComponent;
|
|
59
|
+
export declare const CheckboxCheckedIcon: IconComponent;
|
|
60
|
+
export declare const ChevronDownIcon: IconComponent;
|
|
61
|
+
export declare const ChevronLeftIcon: IconComponent;
|
|
62
|
+
export declare const ChevronRightIcon: IconComponent;
|
|
63
|
+
export declare const ChevronUpIcon: IconComponent;
|
|
64
|
+
export declare const ChevronsLeftIcon: IconComponent;
|
|
65
|
+
export declare const CloudIcon: IconComponent;
|
|
66
|
+
export declare const CollapsibleIcon: IconComponent;
|
|
67
|
+
export declare const CommitIcon: IconComponent;
|
|
68
|
+
export declare const ContentBlockIcon: IconComponent;
|
|
69
|
+
export declare const ContentEmbedIcon: IconComponent;
|
|
70
|
+
export declare const ContentIcon: IconComponent;
|
|
71
|
+
export declare const CopyIcon: IconComponent;
|
|
72
|
+
export declare const CropIcon: IconComponent;
|
|
73
|
+
export declare const DashedBorderIcon: IconComponent;
|
|
74
|
+
export declare const DescriptionIcon: IconComponent;
|
|
75
|
+
export declare const DialogIcon: IconComponent;
|
|
76
|
+
export declare const DimensionsIcon: IconComponent;
|
|
77
|
+
export declare const DiscordIcon: IconComponent;
|
|
78
|
+
export declare const DotIcon: IconComponent;
|
|
79
|
+
export declare const DottedBorderIcon: IconComponent;
|
|
80
|
+
export declare const DragHandleIcon: IconComponent;
|
|
81
|
+
export declare const DynamicPageIcon: IconComponent;
|
|
82
|
+
export declare const EllipsesIcon: IconComponent;
|
|
83
|
+
export declare const EmailIcon: IconComponent;
|
|
84
|
+
export declare const EmbedIcon: IconComponent;
|
|
85
|
+
export declare const ExtensionIcon: IconComponent;
|
|
86
|
+
export declare const ExternalLinkIcon: IconComponent;
|
|
87
|
+
export declare const EyeClosedIcon: IconComponent;
|
|
88
|
+
export declare const EyeOpenIcon: IconComponent;
|
|
89
|
+
export declare const EyedropperIcon: IconComponent;
|
|
90
|
+
export declare const FolderIcon: IconComponent;
|
|
91
|
+
export declare const FooterIcon: IconComponent;
|
|
92
|
+
export declare const FormTextAreaIcon: IconComponent;
|
|
93
|
+
export declare const FormTextFieldIcon: IconComponent;
|
|
94
|
+
export declare const FormIcon: IconComponent;
|
|
95
|
+
export declare const GapHorizontalIcon: IconComponent;
|
|
96
|
+
export declare const GapVerticalIcon: IconComponent;
|
|
97
|
+
export declare const GearIcon: IconComponent;
|
|
98
|
+
export declare const GithubIcon: IconComponent;
|
|
99
|
+
export declare const GoogleIcon: IconComponent;
|
|
100
|
+
export declare const GrowIcon: IconComponent;
|
|
101
|
+
export declare const HeaderIcon: IconComponent;
|
|
102
|
+
export declare const HeadingIcon: IconComponent;
|
|
103
|
+
export declare const HelpIcon: IconComponent;
|
|
104
|
+
export declare const HomeIcon: IconComponent;
|
|
105
|
+
export declare const ImageIcon: IconComponent;
|
|
106
|
+
export declare const InfoCircleIcon: IconComponent;
|
|
107
|
+
export declare const ItemIcon: IconComponent;
|
|
108
|
+
export declare const JCSpaceAroundIcon: IconComponent;
|
|
109
|
+
export declare const JCSpaceBetweenIcon: IconComponent;
|
|
110
|
+
export declare const LabelIcon: IconComponent;
|
|
111
|
+
export declare const LargeXIcon: IconComponent;
|
|
112
|
+
export declare const LifeBuoyIcon: IconComponent;
|
|
113
|
+
export declare const Link2UnlinkedIcon: IconComponent;
|
|
114
|
+
export declare const Link2Icon: IconComponent;
|
|
115
|
+
export declare const LinkIcon: IconComponent;
|
|
116
|
+
export declare const ListItemIcon: IconComponent;
|
|
117
|
+
export declare const ListViewIcon: IconComponent;
|
|
118
|
+
export declare const ListIcon: IconComponent;
|
|
119
|
+
export declare const LoadingDotsIcon: IconComponent;
|
|
120
|
+
export declare const MarkdownEmbedIcon: IconComponent;
|
|
121
|
+
export declare const MaximizeIcon: IconComponent;
|
|
122
|
+
export declare const MenuIcon: IconComponent;
|
|
123
|
+
export declare const MicOffIcon: IconComponent;
|
|
124
|
+
export declare const MicIcon: IconComponent;
|
|
125
|
+
export declare const MinimizeIcon: IconComponent;
|
|
126
|
+
export declare const MinusIcon: IconComponent;
|
|
127
|
+
export declare const NavigationMenuIcon: IconComponent;
|
|
128
|
+
export declare const NavigatorIcon: IconComponent;
|
|
129
|
+
export declare const NewFolderIcon: IconComponent;
|
|
130
|
+
export declare const NewPageIcon: IconComponent;
|
|
131
|
+
export declare const NoWrapIcon: IconComponent;
|
|
132
|
+
export declare const NotebookAndPenIcon: IconComponent;
|
|
133
|
+
export declare const OfflineIcon: IconComponent;
|
|
134
|
+
export declare const OrderFirstIcon: IconComponent;
|
|
135
|
+
export declare const OrderLastIcon: IconComponent;
|
|
136
|
+
export declare const OverlayIcon: IconComponent;
|
|
137
|
+
export declare const PageIcon: IconComponent;
|
|
138
|
+
export declare const PaintBrushIcon: IconComponent;
|
|
139
|
+
export declare const PhoneIcon: IconComponent;
|
|
140
|
+
export declare const PlayIcon: IconComponent;
|
|
141
|
+
export declare const PluginIcon: IconComponent;
|
|
142
|
+
export declare const PlusIcon: IconComponent;
|
|
143
|
+
export declare const PopoverIcon: IconComponent;
|
|
144
|
+
export declare const RadioCheckedIcon: IconComponent;
|
|
145
|
+
export declare const RadioGroupIcon: IconComponent;
|
|
146
|
+
export declare const RadioUncheckedIcon: IconComponent;
|
|
147
|
+
export declare const RangeContain50Icon: IconComponent;
|
|
148
|
+
export declare const RangeContainIcon: IconComponent;
|
|
149
|
+
export declare const RangeCoverIcon: IconComponent;
|
|
150
|
+
export declare const RefreshIcon: IconComponent;
|
|
151
|
+
export declare const RepeatColumnIcon: IconComponent;
|
|
152
|
+
export declare const RepeatGridIcon: IconComponent;
|
|
153
|
+
export declare const RepeatRowIcon: IconComponent;
|
|
154
|
+
export declare const ResetIcon: IconComponent;
|
|
155
|
+
export declare const ResourceIcon: IconComponent;
|
|
156
|
+
export declare const SearchIcon: IconComponent;
|
|
157
|
+
export declare const SectionLinkIcon: IconComponent;
|
|
158
|
+
export declare const SelectIcon: IconComponent;
|
|
159
|
+
export declare const SettingsIcon: IconComponent;
|
|
160
|
+
export declare const ShadowInsetIcon: IconComponent;
|
|
161
|
+
export declare const ShadowNormalIcon: IconComponent;
|
|
162
|
+
export declare const ShrinkIcon: IconComponent;
|
|
163
|
+
export declare const SliderIcon: IconComponent;
|
|
164
|
+
export declare const SlotComponentIcon: IconComponent;
|
|
165
|
+
export declare const SpinnerIcon: IconComponent;
|
|
166
|
+
export declare const StaggerAnimationIcon: IconComponent;
|
|
167
|
+
export declare const StopIcon: IconComponent;
|
|
168
|
+
export declare const StretchVerticalIcon: IconComponent;
|
|
169
|
+
export declare const SubscriptIcon: IconComponent;
|
|
170
|
+
export declare const SuperscriptIcon: IconComponent;
|
|
171
|
+
export declare const SwitchIcon: IconComponent;
|
|
172
|
+
export declare const TabsIcon: IconComponent;
|
|
173
|
+
export declare const TerminalIcon: IconComponent;
|
|
174
|
+
export declare const TextAlignCenterIcon: IconComponent;
|
|
175
|
+
export declare const TextAlignJustifyIcon: IconComponent;
|
|
176
|
+
export declare const TextAlignLeftIcon: IconComponent;
|
|
177
|
+
export declare const TextAlignRightIcon: IconComponent;
|
|
178
|
+
export declare const TextAnimationIcon: IconComponent;
|
|
179
|
+
export declare const TextCapitalizeIcon: IconComponent;
|
|
180
|
+
export declare const TextItalicIcon: IconComponent;
|
|
181
|
+
export declare const TextLowercaseIcon: IconComponent;
|
|
182
|
+
export declare const TextStrikethroughIcon: IconComponent;
|
|
183
|
+
export declare const TextTruncateIcon: IconComponent;
|
|
184
|
+
export declare const TextUnderlineIcon: IconComponent;
|
|
185
|
+
export declare const TextUppercaseIcon: IconComponent;
|
|
186
|
+
export declare const TextIcon: IconComponent;
|
|
187
|
+
export declare const TooltipIcon: IconComponent;
|
|
188
|
+
export declare const TrashIcon: IconComponent;
|
|
189
|
+
export declare const TriggerIcon: IconComponent;
|
|
190
|
+
export declare const UpgradeIcon: IconComponent;
|
|
191
|
+
export declare const UploadIcon: IconComponent;
|
|
192
|
+
export declare const VideoIcon: IconComponent;
|
|
193
|
+
export declare const ViewportIcon: IconComponent;
|
|
194
|
+
export declare const VimeoIcon: IconComponent;
|
|
195
|
+
export declare const WebhookFormIcon: IconComponent;
|
|
196
|
+
export declare const Webstudio1cIcon: IconComponent;
|
|
197
|
+
export declare const WebstudioIcon: IconComponent;
|
|
198
|
+
export declare const WindowInfoIcon: IconComponent;
|
|
199
|
+
export declare const WindowTitleIcon: IconComponent;
|
|
200
|
+
export declare const WrapIcon: IconComponent;
|
|
201
|
+
export declare const XAxisRotateIcon: IconComponent;
|
|
202
|
+
export declare const XAxisIcon: IconComponent;
|
|
203
|
+
export declare const XCircledFilledIcon: IconComponent;
|
|
204
|
+
export declare const XLogoIcon: IconComponent;
|
|
205
|
+
export declare const XSmallIcon: IconComponent;
|
|
206
|
+
export declare const XIcon: IconComponent;
|
|
207
|
+
export declare const XmlIcon: IconComponent;
|
|
208
|
+
export declare const YAxisRotateIcon: IconComponent;
|
|
209
|
+
export declare const YAxisIcon: IconComponent;
|
|
210
|
+
export declare const Youtube1cIcon: IconComponent;
|
|
211
|
+
export declare const YoutubeIcon: IconComponent;
|
|
212
|
+
export declare const ZAxisRotateIcon: IconComponent;
|
|
213
|
+
export declare const ZAxisIcon: IconComponent;
|