6 lines
212 B
TypeScript
Executable File
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');
|