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

6 lines
212 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const RoofingIcon = createSvgIcon(
<path d="M13 18h-2v-2h2v2zm2-4H9v6h6v-6zm4-4.7V4h-3v2.6L12 3 2 12h3l7-6.31L19 12h3l-3-2.7z" />
, 'RoofingOutlined');