5
common/resources/client/icons/material/AddRoad.tsx
Executable file
5
common/resources/client/icons/material/AddRoad.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
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');
|
||||
Reference in New Issue
Block a user