UNPKG

@patternfly/react-icons

Version:
14 lines (11 loc) 483 B
import { createIcon } from '../createIcon'; export const MapIconConfig = { name: 'MapIcon', height: 512, width: 576, svgPath: 'M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z', yOffset: 0, xOffset: 0, }; export const MapIcon = createIcon(MapIconConfig); export default MapIcon;