@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.7 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphSafePin = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphSafePin = function GYSiGlyphSafePin(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-safe-pin",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16.756 12.992c-.066-.122-1.613-5.493-4.037-9.289-.722-1.129-1.5-2.091-2.308-2.692l-.364.442c3.161 3.087 4.869 8.3 5.594 10.609-.603-.048-1.614.069-2.063.518-.442.44-.613 1.133-.57 1.712-.026-.02-.056-.04-.077-.058-1.338-1.046-5.919-5.068-8.672-7.611.133-.352.266-.649.404-.911.064-.121-.04-.382-.148-.425a1.365 1.365 0 0 1-.856-1.273c0-.758.601-1.373 1.345-1.373.604 0 1.113.407 1.281.968.035.116.33.199.479.112.398-.234.861-.49 1.408-.811L6.076.817c-1.083-1.081-2.92-1-4.102.179C.792 2.175.712 4.009 1.796 5.091c0 0 1.988 1.914 2.244 2.151 2.936 2.727 7.797 6.938 9.768 8.402l.068.051c.435.275.959.363 1.457.263a2.08 2.08 0 0 0 1.629-1.627c.092-.456.018-.93-.206-1.339Zm-1.76 2.305a1.283 1.283 0 0 1-1.283-1.281 1.283 1.283 0 0 1 2.567 0c0 .707-.575 1.281-1.284 1.281Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphSafePin = GYSiGlyphSafePin;