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

6 lines
226 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const AddRoadIcon = createSvgIcon(
<path d="M20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2zM18 4h2v9h-2zM4 4h2v16H4zm7 0h2v4h-2zm0 6h2v4h-2zm0 6h2v4h-2z" />
, 'AddRoadOutlined');