@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 748 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphChartColumnIncrease = 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-increase",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M1 15h15.938v.969H1zM15.906.065 11.15.94l1.609 1.609-4.78 4.057L3.9 3.274a.5.5 0 1 0-.658.753l4.745 3.914 5.479-4.685L15.15 4.94l.756-4.875ZM12 7h2.951v6.878H12zM2 8h2.982v5.878H2zm5 2h2.951v3.892H7z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphChartColumnIncrease };