@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.73 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphHeartSignal = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphHeartSignal = function GYSiGlyphHeartSignal(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-heart-signal",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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"
})]
})
}));
};
exports.GYSiGlyphHeartSignal = GYSiGlyphHeartSignal;