@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 881 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphEuro = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_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"
})
}));
export { GYSiGlyphEuro };