@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 979 B
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 GYSiGlyphHeartRemove = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-heart-remove",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M9.917 10.917h3.696c1.318-1.519 2.355-3.464 2.355-5.855a4.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.785-.324 1.86-.974v-3.05h.001Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M11 12h4.958v.918H11z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphHeartRemove };