@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphPinLocation = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_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__*/_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"
})]
})
}));
export { GYSiGlyphPinLocation };