Files
mtdb_movie/common/resources/client/icons/material/HouseSiding.tsx
maher 703f50a09d
Some checks failed
Build / run (push) Has been cancelled
first commit
2025-10-29 11:42:25 +01: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');