@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.61 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCherry = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCherry = function GYSiGlyphCherry(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-cherry",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M13.74 9.09c-.117-.279-.24-.552-.354-.8-.713-1.55-1.645-3.086-2.449-4.165-.83-1.113-3.965-3.803-4.57-4.043l-.262.645c.492.194 1.488 1.064 1.488 1.064.177.15.412 1.021.41 1.163a2.598 2.598 0 0 0 0 .266c.027.613-.078 1.288-.323 2.06-.486 1.534-1.577 2.812-2.712 3.833-.164-.023-.328-.05-.5-.05-1.916 0-3.469 1.539-3.469 3.438 0 1.899 1.553 3.438 3.469 3.438s3.469-1.539 3.469-3.438c0-1.43-.881-2.654-2.135-3.172C6.884 8.292 7.89 7.023 8.371 5.501c.271-.855.387-1.612.354-2.314-.003-.057 1.158.904 1.658 1.576.783 1.05 1.676 2.324 2.388 3.869.069.149.144.312.219.479-1.688.232-2.991 1.653-2.991 3.39 0 1.898 1.553 3.438 3.469 3.438s3.469-1.539 3.469-3.438c.001-1.808-1.41-3.272-3.197-3.411Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphCherry = GYSiGlyphCherry;