@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.52 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphScreenFul = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphScreenFul = function GYSiGlyphScreenFul(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-ful",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M4.021 5.001v5.938h7.957V5.001H4.021Zm7.021 5.061H4.958V5.937h6.084v4.125Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M6 7h3.917v1.938H6zm6-6 1.387 1.375-1.385 1.381 1.224 1.216 1.387-1.381L16 4.965V1h-4ZM2.763 11.04l-1.376 1.359L0 11.035v3.934h4l-1.387-1.365 1.375-1.358-1.225-1.206Zm-.002-6.069 1.226-1.215-1.38-1.375L4 1H0v3.965l1.381-1.368 1.38 1.374ZM13.27 11.08l-1.227 1.207 1.338 1.322L12 14.969h4v-3.934l-1.393 1.37-1.337-1.325Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphScreenFul = GYSiGlyphScreenFul;