@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.69 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphColumnIncrease = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphColumnIncrease = function GYSiGlyphColumnIncrease(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-column-increase",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16 14.977c0 .537-.275.974-.615.974H1.615c-.34 0-.615-.437-.615-.974 0-.539.275-.976.615-.976h13.77c.34 0 .615.437.615.976ZM4.947 12.258c0 .377-.366.686-.816.686H2.908c-.451 0-.815-.309-.815-.686v-3.44c0-.378.364-.686.815-.686h1.223c.45 0 .816.308.816.686v3.44Zm4.964.001c0 .378-.365.685-.815.685H7.872c-.45 0-.815-.307-.815-.685v-4.48c0-.378.365-.685.815-.685h1.224c.45 0 .815.307.815.685v4.48Zm5.027-.027c0 .375-.367.68-.824.68h-1.236c-.456 0-.824-.305-.824-.68V5.727c0-.375.368-.68.824-.68h1.236c.457 0 .824.305.824.68v6.505ZM1.734 6.921a.703.703 0 0 1-.705-.673.698.698 0 0 1 .682-.719c5.004-.177 9.768-2.105 13.074-5.293a.714.714 0 0 1 1 .012.69.69 0 0 1-.011.985C12.168 4.71 7.191 6.73 1.76 6.92l-.026.001Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphColumnIncrease = GYSiGlyphColumnIncrease;