Files
maher 511fad8199
Build / run (push) Has been cancelled
Initial commit
2026-05-14 13:42:10 +02:00

6 lines
210 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const ImportExportIcon = createSvgIcon(
<path d="M9 3 5 6.99h3V14h2V6.99h3L9 3zm7 14.01V10h-2v7.01h-3L15 21l4-3.99h-3z" />
, 'ImportExportOutlined');