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.Pin = 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: "M16.729 4.271a1 1 0 00-1.414-.004 1.004 1.004 0 00-.225.355c-.832 1.736-1.748 2.715-2.904 3.293C10.889 8.555 9.4 9 7 9a1.006 1.006 0 00-.923.617 1.001 1.001 0 00.217 1.09l3.243 3.243L5 20l6.05-4.537 3.242 3.242a.975.975 0 00.326.217c.122.051.252.078.382.078s.26-.027.382-.078A.996.996 0 0016 18c0-2.4.444-3.889 1.083-5.166.577-1.156 1.556-2.072 3.293-2.904a.983.983 0 00.354-.225 1 1 0 00-.004-1.414l-3.997-4.02z", key: "k0" }))); }); exports.Pin.displayName = 'Pin'; exports.PinDimensions = { height: 24, width: 24 };