@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 886 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 GYSiGlyphChartColumn = 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",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M16 14.031H.984V1.016H.027L0 14.95h.027v.029L16 14.95v-.919Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M4.958 8.021H2.016v4.964h2.942V8.021Zm5.011-1.974H7.016v6.922h2.953V6.047Zm4.984-2.016H12v8.947h2.953V4.031Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphChartColumn };