@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.11 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphFullscreen = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphFullscreen = function GYSiGlyphFullscreen(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-fullscreen",
viewBox: "0 0 17 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M3 5h12v8H3zm.918 9.938H1v-2.876h1v1.98h1.918v.896Zm13.082 0h-2.938v-.896H16v-1.984h1v2.88Zm0-9.021h-1v-1.95h-1.943v-.946H17v2.896ZM2 5.938H1V3h2.938v.938H2v2Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphFullscreen = GYSiGlyphFullscreen;