@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.11 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 GYSiGlyphScreenScale = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M5.021 5.001v5.938h7.957V5.001H5.021Zm7.021 5.061H5.958V5.937h6.084v4.125Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_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"
})]
})
}));
export { GYSiGlyphScreenScale };