@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphAdjustmentVertical = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-adjustment-vertical",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M2 0v5.007h1.95V0H2Zm0 11v4.958h2.01V11H2Zm6 3v1.976h1.966V14H8ZM8 0v8h2V0H8Zm6 9v6.942h1.977V9H14Zm0-9v2.933h2.009V0H14Zm.917 8.049c1.059 0 2.094-.994 2.094-2.081S15.976 4 14.917 4 13 4.881 13 5.968s.858 2.081 1.917 2.081Zm-6 4.961c1.059 0 2.04-1.051 2.04-2.104C10.958 9.853 9.977 9 8.918 9A1.912 1.912 0 0 0 7 10.906c0 1.053.858 2.103 1.917 2.103Zm-6-3.021c1.059 0 2.057-1.013 2.057-2.072C4.974 6.858 3.976 6 2.917 6A1.917 1.917 0 0 0 1 7.917c0 1.059.858 2.072 1.917 2.072Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphAdjustmentVertical };