@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.28 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphPinLocationDelete = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphPinLocationDelete = function GYSiGlyphPinLocationDelete(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-delete",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.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"
})
}));
};
exports.GYSiGlyphPinLocationDelete = GYSiGlyphPinLocationDelete;