UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

16 lines (15 loc) 1.12 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.Map = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { d: "M20.383 3.076a1 1 0 00-1.09.217L15.426 7.16l-4.301-3.441a1.002 1.002 0 00-1.332.074l-4.5 4.5A.996.996 0 005 9v10a.999.999 0 001.707.707l3.867-3.867 4.301 3.441c.396.316.971.285 1.332-.074l4.5-4.5A.996.996 0 0021 14V4a.999.999 0 00-.617-.924zM7 16.586V9.414l3-3v7.24c-.07.043-3 2.932-3 2.932zm4.125-2.867L11 13.651V6.182s3.959 3.143 4 3.166v7.473l-3.875-3.102zM19 13.586l-3 3V9.35c.07-.043 3-2.936 3-2.936v7.172z", key: "k0" }))); }); exports.Map.displayName = 'Map'; exports.MapDimensions = { height: 24, width: 24 };