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