@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphScreenFul = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M4.021 5.001v5.938h7.957V5.001H4.021Zm7.021 5.061H4.958V5.937h6.084v4.125Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_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"
})]
})
}));
export { GYSiGlyphScreenFul };