@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 966 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphChartDecrease = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-chart-decrease",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M17 14.051H2.885V.084H1.041L1 15.875h.041v.041L17 15.875v-1.824Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M16.816 2h-3.727a.13.13 0 0 0-.129.129l1.527 1.533-3.476 4.463L8 6l-3.973 5.188.062 1.75L8.061 8l2.949 2 4.36-5.449L16.813 6a.13.13 0 0 0 .129-.129V2.129A.125.125 0 0 0 16.816 2Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphChartDecrease };