@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.29 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphPinLocationLove = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphPinLocationLove = function GYSiGlyphPinLocationLove(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-love",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M8.48 0C5.499 0 3.084 2.516 3.084 5.621c0 1.586 5.396 10.295 5.396 10.295s5.395-8.625 5.395-10.295C13.875 2.516 11.46 0 8.48 0Zm.029 8.25S5.861 7.015 5.861 4.612c0-.831.602-1.505 1.341-1.505.637 0 1.166.498 1.305 1.164.133-.665.661-1.164 1.295-1.164.732 0 1.326.667 1.326 1.49-.001 2.448-2.619 3.653-2.619 3.653Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphPinLocationLove = GYSiGlyphPinLocationLove;