@icongo/gy
Version:
Glyph Iconset Icons
34 lines (33 loc) • 1.52 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphHeartPlus = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphHeartPlus = function GYSiGlyphHeartPlus(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-plus",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M11 12h4.958v.918H11z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M13 10h.918v4.957H13z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M11.917 8.958h3.055c.605-1.135.997-2.431.997-3.896a4.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.05h2V8.958Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphHeartPlus = GYSiGlyphHeartPlus;