@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.56 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphPinLocation = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphPinLocation = function GYSiGlyphPinLocation(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-pin-location",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.469.021c-3.016 0-5.46 2.296-5.46 5.13 0 .732.166 1.428.458 2.057l5.002 8.668 5-8.668a4.84 4.84 0 0 0 .459-2.057c0-2.835-2.444-5.13-5.459-5.13Zm.023 9.021c-1.957 0-3.542-1.596-3.542-3.567 0-1.969 1.585-3.565 3.542-3.565 1.954 0 3.539 1.597 3.539 3.565 0 1.971-1.585 3.567-3.539 3.567Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M10.979 5.504A2.485 2.485 0 0 1 8.5 7.996a2.485 2.485 0 0 1-2.477-2.492A2.485 2.485 0 0 1 8.5 3.014a2.485 2.485 0 0 1 2.479 2.49Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphPinLocation = GYSiGlyphPinLocation;