@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.12 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIBrandEa = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIBrandEa = function LIBrandEa(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: "M10.112 4.566h.075v-.365h.136v-.065h-.347v.065h.136v.365zm.331-.332h.001l.12.332h.06l.12-.332h.002v.332h.07v-.43h-.103l-.115.336h-.002l-.118-.336h-.106v.43h.071zm-2.169-.098H3.575l-.713 1.146h4.694zm.96.011L6.362 8.721H3.175l.735-1.147h1.91l.73-1.146H2.135l-.73 1.146h1.046L1 9.864h6.056l2.237-3.528.816 1.238h-.736l-.696 1.147h2.178l.756 1.143H13z"
})
}));
};
exports.LIBrandEa = LIBrandEa;