@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 2.13 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIBrandCpanel = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIBrandCpanel = function LIBrandCpanel(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: "M1.992 6.328h.75l-.116.442a.275.275 0 0 1-.268.205H2.01c-.467 0-.463.701 0 .701h.212c.079 0 .143.073.12.156l-.133.49h-.232a.974.974 0 0 1-.944-1.223c.137-.507.531-.771.96-.771m.38 1.993.654-2.44a.273.273 0 0 1 .268-.204h.694c.452 0 .851.308.956.773.124.545-.272 1.224-.97 1.224h-.6l.12-.446a.277.277 0 0 1 .269-.203h.193a.351.351 0 0 0 0-.7h-.371L3.1 8.118a.278.278 0 0 1-.267.2l-.463.002m4.138-1.3c.006-.019.036-.1-.04-.1H5.392a.274.274 0 0 1-.267-.346l.066-.252h1.46c.353 0 .625.33.535.69l-.262.972a.447.447 0 0 1-.44.334l-1.077-.004c-.805 0-.722-1.197.013-1.197h.907l-.065.248a.28.28 0 0 1-.267.202H5.59c-.099 0-.099.148 0 .148h.655c.086 0 .096-.073.103-.099l.161-.596m1.934-.692a.972.972 0 0 1 .943 1.226l-.165.62a.196.196 0 0 1-.193.147H8.67a.121.121 0 0 1-.12-.155l.199-.75a.348.348 0 0 0-.34-.44h-.371l-.323 1.2a.197.197 0 0 1-.195.147h-.354a.123.123 0 0 1-.12-.156l.491-1.837h.906m1.898.708-.15.563a.099.099 0 0 0 .095.126h1.375l-.107.394a.278.278 0 0 1-.266.2h-1.251a.546.546 0 0 1-.53-.688l.202-.75a.751.751 0 0 1 .724-.555h.887c.356 0 .622.332.53.69l-.06.225a.444.444 0 0 1-.435.33h-1.001l.065-.244a.271.271 0 0 1 .267-.202h.405c.037 0 .062-.02.073-.057l.013-.049a.075.075 0 0 0-.073-.095h-.617c-.077 0-.13.04-.146.112zm1.316 1.283.668-2.496a.2.2 0 0 1 .195-.148h.354c.085 0 .145.075.122.156l-.497 1.841a.864.864 0 0 1-.842.647"
})
}));
};
exports.LIBrandCpanel = LIBrandCpanel;