@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 1.25 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphReduce = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-reduce",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M2.329 9.083a.69.69 0 0 0-.688.69l1.588 1.594L.25 14.269a.979.979 0 0 0 0 1.39.984.984 0 0 0 1.391 0l2.976-2.9 1.579 1.585c.38 0 .687-.31.687-.69V9.773c0-.38-.307-.69-.687-.69H2.329Zm2.244-5.826L1.786.209a.983.983 0 0 0-1.392 0 .944.944 0 0 0 0 1.357L3.18 4.645 1.62 6.199c0 .38.309.687.69.687h3.881c.381 0 .69-.307.69-.687V2.333a.686.686 0 0 0-.689-.688L4.573 3.257Zm9.769 6.523a.69.69 0 0 0-.691-.687h-3.88a.688.688 0 0 0-.69.687v3.866c0 .381.31.688.69.688l1.595-1.587 2.968 2.976a.978.978 0 0 0 1.39 0 .983.983 0 0 0 0-1.389l-2.966-2.975 1.584-1.579Zm-2.981-6.545L9.767 1.634a.69.69 0 0 0-.688.69v3.881c0 .381.309.69.688.69h3.867a.69.69 0 0 0 .687-.69L12.75 4.627l2.961-3.073a.982.982 0 0 0 0-1.39c-.383-.384-1.005-.116-1.39.268l-2.96 2.803Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphReduce };