@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.49 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphAdjustmentHorizon = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphAdjustmentHorizon = function GYSiGlyphAdjustmentHorizon(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-adjustment-horizon",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M8 1v1.956h7.928V1H8ZM0 1h1.975v1.975H0zm0 6v1.988h5.011V7H0Zm11 0v1.979h4.987V7H11ZM0 13h8.019v1.962H0zm14 0h2v1.961h-2zm-3.032 3.04c1.087 0 2.008-.822 2.008-1.88 0-1.06-.921-2.16-2.008-2.16s-1.924.961-1.924 2.02c0 1.059.837 2.02 1.924 2.02ZM7.906 9.993c1.053 0 2.103-1.017 2.103-2.076C10.009 6.858 8.959 6 7.906 6A1.912 1.912 0 0 0 6 7.917c0 1.059.853 2.076 1.906 2.076Zm-2.85-6.012c1.059 0 1.966-1.005 1.966-2.064C7.022.858 5.976 0 4.917 0A1.917 1.917 0 0 0 3 1.917c0 1.059.997 2.064 2.056 2.064Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphAdjustmentHorizon = GYSiGlyphAdjustmentHorizon;