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

6 lines
270 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const DashboardCustomizeIcon = createSvgIcon(
<path d="M3 11h8V3H3v8zm2-6h4v4H5V5zm8-2v8h8V3h-8zm6 6h-4V5h4v4zM3 21h8v-8H3v8zm2-6h4v4H5v-4zm13-2h-2v3h-3v2h3v3h2v-3h3v-2h-3z" />
, 'DashboardCustomizeOutlined');