@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 1.26 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphColumnDecrease = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-column-decrease",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M1 14.977c0 .537.275.974.615.974h13.77c.34 0 .615-.437.615-.974 0-.539-.275-.976-.615-.976H1.615c-.34 0-.615.437-.615.976Zm11.053-2.719c0 .377.365.686.816.686h1.223c.451 0 .815-.309.815-.686v-3.44c0-.378-.364-.686-.815-.686h-1.223c-.451 0-.816.308-.816.686v3.44Zm-4.964.001c0 .378.365.685.815.685h1.224c.45 0 .815-.307.815-.685v-4.48c0-.378-.365-.685-.815-.685H7.904c-.45 0-.815.307-.815.685v4.48Zm-5.027-.027c0 .375.367.68.824.68h1.236c.456 0 .824-.305.824-.68V5.727c0-.375-.368-.68-.824-.68H2.886c-.457 0-.824.305-.824.68v6.505Zm13.204-5.311a.703.703 0 0 0 .705-.673.698.698 0 0 0-.682-.719C10.285 5.352 5.521 3.424 2.215.236a.715.715 0 0 0-1.001.012.69.69 0 0 0 .012.985C4.832 4.71 9.809 6.73 15.24 6.92a.235.235 0 0 0 .026.001Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphColumnDecrease };