UNPKG

@patternfly/react-icons

Version:
12 lines 513 B
"use strict" exports.__esModule = true; exports.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, }; exports.MapIcon = require('../createIcon').createIcon(exports.MapIconConfig); exports["default"] = exports.MapIcon;