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

6 lines
218 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const StorageIcon = createSvgIcon(
<path d="M2 20h20v-4H2v4zm2-3h2v2H4v-2zM2 4v4h20V4H2zm4 3H4V5h2v2zm-4 7h20v-4H2v4zm2-3h2v2H4v-2z" />
, 'StorageOutlined');