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

6 lines
262 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const HouseSidingIcon = createSvgIcon(
<path d="M19 12h3L12 3 2 12h3v8h2v-2h10v2h2v-8zM7.21 10h9.58l.21.19V12H7v-1.81l.21-.19zm7.36-2H9.43L12 5.69 14.57 8zM7 16v-2h10v2H7z" />
, 'HouseSidingOutlined');