5
common/resources/client/icons/material/Polyline.tsx
Executable file
5
common/resources/client/icons/material/Polyline.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const PolylineIcon = createSvgIcon(
|
||||
<path d="M15 16v1.26l-6-3v-3.17L11.7 8H16V2h-6v4.9L7.3 10H3v6h5l7 3.5V22h6v-6h-6zM12 4h2v2h-2V4zM7 14H5v-2h2v2zm12 6h-2v-2h2v2z" />
|
||||
, 'PolylineOutlined');
|
||||
Reference in New Issue
Block a user