6 lines
312 B
TypeScript
Executable File
6 lines
312 B
TypeScript
Executable File
import {createSvgIcon} from '../create-svg-icon';
|
|
|
|
export const MapsHomeWorkIcon = createSvgIcon(
|
|
[<path d="M17 7h2v2h-2zm0 4h2v2h-2zm0 4h2v2h-2zM1 11v10h6v-5h2v5h6V11L8 6l-7 5zm12 8h-2v-5H5v5H3v-7l5-3.5 5 3.5v7z" key="0" />,<path d="M10 3v1.97l2 1.43V5h9v14h-4v2h6V3z" key="1" />,]
|
|
, 'MapsHomeWorkOutlined');
|