@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.3 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 GYSiGlyphHeartSignal = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-heart-signal",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "m9.953 8.107-1.304 2.385a.33.33 0 0 1-.331.17.329.329 0 0 1-.287-.23l-.975-3.316-1.213 3.946a.332.332 0 0 1-.317.242h-.009a.333.333 0 0 1-.319-.229L3.44 5.447 2.303 7.933c-.058.106-.126.219-.251.219H.492c1.686 4.589 7.555 6.897 7.555 6.897s5.845-2.295 7.511-6.942H9.953Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "m1.801 6.945 1.425-3.108a.328.328 0 0 1 .328-.181.336.336 0 0 1 .29.238l1.647 5.511 1.221-4.16a.333.333 0 0 1 .319-.253h.004c.15 0 .283.1.323.244l1.089 3.868 1.007-1.928c.058-.11.173-.231.296-.231h6.006A7.584 7.584 0 0 0 16 5.044a4.03 4.03 0 0 0-7.963-.882A4.072 4.072 0 0 0 0 5.086c0 .672.09 1.256.244 1.859h1.557Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphHeartSignal };