@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 947 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 GYSiGlyphChartColumnDecrease = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-chart-column-decrease",
viewBox: "0 0 17 17"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M0 16h15.938v.969H0zm14.906-7.058-4.756-.875 1.609-1.609-4.78-4.057L2.9 5.733a.5.5 0 1 1-.658-.753l4.745-3.914 5.479 4.685 1.684-1.684.756 4.875Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M6 6h2.951v8.878H6zM1 9h2.982v5.878H1zm10 2h2.951v3.892H11z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphChartColumnDecrease };