@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.31 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphChartColumn = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphChartColumn = function GYSiGlyphChartColumn(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
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__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M16 14.031H.984V1.016H.027L0 14.95h.027v.029L16 14.95v-.919Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.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"
})]
})
}));
};
exports.GYSiGlyphChartColumn = GYSiGlyphChartColumn;