UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.28 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiFullscreen = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiFullscreen = function LIGuiFullscreen(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M12.2 8V2.8q0-.081-.06-.14-.059-.06-.14-.06H2q-.081 0-.14.06-.06.059-.06.14V8q0 .081.06.14.059.06.14.06h10q.081 0 .14-.06.06-.059.06-.14Zm.8-5.2v6.8q0 .412-.294.706-.293.294-.706.294H8.6q0 .231.1.484.1.254.2.444t.1.272q0 .162-.119.281-.119.119-.281.119H5.4q-.163 0-.281-.119Q5 11.963 5 11.8q0-.088.1-.275.1-.188.2-.438t.1-.487H2q-.413 0-.706-.294Q1 10.013 1 9.6V2.8q0-.412.294-.706Q1.587 1.8 2 1.8h10q.412 0 .706.294T13 2.8ZM5.263 7.743 2.236 4.716v3.027zM11.77 5.95V2.923H8.744z" }) })); }; exports.LIGuiFullscreen = LIGuiFullscreen;