mirror of
https://github.com/docmost/docmost.git
synced 2025-11-12 15:42:36 +10:00
12 lines
503 B
TypeScript
12 lines
503 B
TypeScript
export { AirtableIcon } from "./airtable-icon.tsx";
|
|
export { FigmaIcon } from "./figma-icon.tsx";
|
|
export { TypeformIcon } from "./typeform-icon.tsx";
|
|
export { VimeoIcon } from "./vimeo-icon.tsx";
|
|
export { MiroIcon } from "./miro-icon.tsx";
|
|
export { GoogleDriveIcon } from "./google-drive-icon.tsx";
|
|
export { GoogleSheetsIcon } from "./google-sheets-icon.tsx";
|
|
export { FramerIcon } from "./framer-icon.tsx";
|
|
export { LoomIcon } from "./loom-icon.tsx";
|
|
export { YoutubeIcon } from "./youtube-icon.tsx";
|
|
|