@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 830 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphPinLocationDelete = 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-delete",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M7.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.609Zm3.474 7.867L9.914 8.932 7.5 6.518 5.086 8.932 4.051 7.898l2.414-2.414L4.051 3.07l1.035-1.035L7.5 4.449l2.414-2.414 1.035 1.035-2.415 2.414 2.415 2.414Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphPinLocationDelete };