UNPKG

@icongo/li

Version:
31 lines (30 loc) 1.2 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiExport = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiExport = function LIGuiExport(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("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", { fill: "#ffccbc", d: "M1.645 11.8V2.2c0-.66.54-1.2 1.2-1.2h7.2c.66 0 1.2.54 1.2 1.2v9.6c0 .66-.54 1.2-1.2 1.2h-7.2c-.66 0-1.2-.54-1.2-1.2z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#ff5722", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m12.355 7-3.21 2.7V4.3z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M3.745 6.1h6.9v1.8h-6.9z" })] })] })); }; exports.LIGuiExport = LIGuiExport;