Files
maher 703f50a09d
Some checks failed
Build / run (push) Has been cancelled
first commit
2025-10-29 11:42:25 +01:00

6 lines
202 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const HomeIcon = createSvgIcon(
<path d="m12 5.69 5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3 2 12h3v8h6v-6h2v6h6v-8h3L12 3z" />
, 'HomeOutlined');