/
githubmirror
/
Prompt-Engineering-Guide
Обзор
Документация
Войти
/
githubmirror
/
Prompt-Engineering-Guide
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/icons/index.ts
29 строк
2 KB
Elvis Saravia
function calling notes
03 янв 2024, 00:28
03 янв 2024, 00:28
c8c2d2c
Код
Авторство
О чём код?
export { default as FilesIcon } from './files.svg' export { default as MarkdownIcon } from './markdown.svg' export { default as TailwindIcon } from './tailwind.svg' export { default as LinkIcon } from './link.svg' export { default as LightningIcon } from './lightning.svg' export { default as GlobeIcon } from './globe.svg' export { default as PictureIcon } from './picture.svg' export { default as CodeIcon } from './code.svg' export { default as BrushIcon } from './brush.svg' export { default as DropperIcon } from './dropper.svg' export { default as StarsIcon } from './stars.svg' export { default as FormulaIcon } from './formula.svg' export { default as WarningIcon } from './warning.svg' export { default as ChevronRightIcon } from './chevron-right.svg' export { default as BoxIcon } from './box.svg' export { default as GearIcon } from './gear.svg' export { default as RowsIcon } from './rows.svg' export { default as CardsIcon } from './cards.svg' export { default as OneIcon } from './one.svg' export { default as CloudIcon } from './cloud.svg' export { default as TableIcon } from './table.svg' export { default as FileIcon } from './file.svg' export { default as NewsletterIcon } from './newsletter.svg' export { default as ArrowRightIcon } from './arrow-right.svg' export { default as SwitchIcon } from './switch.svg' export { default as TerminalIcon } from './terminal.svg' export { default as DiagramIcon } from './diagram.svg' export { default as FolderTreeIcon } from './folder-tree.svg' export { default as IdCardIcon } from './id-card.svg'