1
+ export { default as FilesIcon } from './files.svg'
2
+ export { default as MarkdownIcon } from './markdown.svg'
3
+ export { default as TailwindIcon } from './tailwind.svg'
4
+ export { default as LinkIcon } from './link.svg'
5
+ export { default as LightningIcon } from './lightning.svg'
6
+ export { default as GlobeIcon } from './globe.svg'
7
+ export { default as PictureIcon } from './picture.svg'
8
+ export { default as CodeIcon } from './code.svg'
9
+ export { default as BrushIcon } from './brush.svg'
10
+ export { default as DropperIcon } from './dropper.svg'
11
+ export { default as StarsIcon } from './stars.svg'
12
+ export { default as FormulaIcon } from './formula.svg'
13
+ export { default as WarningIcon } from './warning.svg'
14
+ export { default as ChevronRightIcon } from './chevron-right.svg'
15
+ export { default as BoxIcon } from './box.svg'
16
+ export { default as GearIcon } from './gear.svg'
17
+ export { default as RowsIcon } from './rows.svg'
18
+ export { default as CardsIcon } from './cards.svg'
19
+ export { default as OneIcon } from './one.svg'
20
+ export { default as CloudIcon } from './cloud.svg'
21
+ export { default as TableIcon } from './table.svg'
22
+ export { default as FileIcon } from './file.svg'
23
+ export { default as NewsletterIcon } from './newsletter.svg'
24
+ export { default as ArrowRightIcon } from './arrow-right.svg'
25
+ export { default as SwitchIcon } from './switch.svg'
26
+ export { default as TerminalIcon } from './terminal.svg'
27
+ export { default as DiagramIcon } from './diagram.svg'
28
+ export { default as FolderTreeIcon } from './folder-tree.svg'
29
+ export { default as IdCardIcon } from './id-card.svg'
0 commit comments