@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 849 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphPinLocationLove = 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-love",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_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"
})
}));
export { GYSiGlyphPinLocationLove };