@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 726 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphPinLocationAdd = 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-add",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M9.475.031c-3.007 0-5.443 2.512-5.443 5.609 0 1.584 5.443 10.275 5.443 10.275s5.441-8.609 5.441-10.275c0-3.097-2.437-5.609-5.441-5.609Zm2.556 5.985h-2v2H8.969v-2h-2V4.954h2v-2h1.062v2h2v1.062Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphPinLocationAdd };