@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.12 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphHeartDelete = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-heart-delete",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "m11.19 14.2 1.702-1.7-1.703-1.699.631-.632 1.701 1.701 1.7-1.7.631.631-1.7 1.699 1.7 1.7-.631.631-1.7-1.7-1.699 1.7-.632-.631Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "m9.633 10.802 2.188-2.189 1.701 1.702 1.536-1.537c.551-1.094.911-2.326.911-3.716a4.019 4.019 0 0 0-4.011-4.031 4.015 4.015 0 0 0-3.911 3.148 4.054 4.054 0 0 0-3.945-3.148c-2.237 0-4.05 1.824-4.05 4.072 0 6.496 8.005 9.838 8.005 9.838s.729-.304 1.74-.902l1.539-1.538-1.703-1.699Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphHeartDelete };