@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.29 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphEuro = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphEuro = function GYSiGlyphEuro(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-euro",
viewBox: "0 0 17 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M13.629 13.113c-1.027.4-2.15.503-3.252.297a5.872 5.872 0 0 1-3.779-2.45h3.723l.667-1.952H5.757a5.258 5.258 0 0 1-.032-2.067h4.578l.665-1.925H6.501c1.207-1.847 3.516-2.885 5.902-2.438l.452-2.406C8.872-.575 5.034 1.541 3.634 5.017H1.682l-.666 1.925h2.128c-.086.7-.077 1.394.025 2.067H1.697l-.668 1.952h2.705c1.059 2.42 3.317 4.319 6.188 4.856a8.561 8.561 0 0 0 4.7-.43l-.993-2.274Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphEuro = GYSiGlyphEuro;