@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.53 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphScreenScale = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphScreenScale = function GYSiGlyphScreenScale(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-screen-scale",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5.021 5.001v5.938h7.957V5.001H5.021Zm7.021 5.061H5.958V5.937h6.084v4.125Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7 7h3.917v1.938H7zm-6 4 1.387 1.375-1.385 1.381 1.224 1.216 1.387-1.381L5 14.965V11H1Zm14.763-9.96-1.376 1.359L13 1.035v3.934h4l-1.387-1.365 1.375-1.358-1.225-1.206Zm-.002 13.931 1.226-1.215-1.38-1.375L17 11h-4v3.965l1.381-1.368 1.38 1.374ZM2.27 1.08 1.043 2.287l1.338 1.322L1 4.969h4V1.035l-1.393 1.37L2.27 1.08Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphScreenScale = GYSiGlyphScreenScale;