@icongo/li
Version:
LibreICONS Icons
35 lines (34 loc) • 2.76 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIBrandW3C = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIBrandW3C = function LIBrandW3C(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: "#fff",
fillRule: "evenodd",
d: "M1 3h12v8H1z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#005a9c",
d: "m4.02 4.334.96 3.264.96-3.264h2.602v.325l-.98 1.688c.344.11.604.311.78.602.177.291.266.633.266 1.026 0 .486-.13.894-.388 1.225-.258.33-.592.496-1.003.496-.309 0-.578-.098-.807-.294-.23-.197-.4-.463-.51-.798l.543-.225c.08.203.184.363.314.48.13.117.284.175.46.175.186 0 .342-.104.47-.311.128-.207.192-.457.192-.748 0-.322-.068-.572-.205-.748-.159-.208-.408-.311-.748-.311h-.265v-.318l.927-1.602H6.469l-.063.108-1.36 4.592h-.067l-.993-3.323-.993 3.323h-.066L1.339 4.334h.695l.96 3.264.648-2.198-.318-1.066h.695z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fillRule: "evenodd",
d: "M12.153 4.334a.483.483 0 0 0-.351.144.501.501 0 0 0-.005.718.497.497 0 0 0 .357.151c.132 0 .26-.053.36-.15a.506.506 0 0 0-.36-.863zm.44.511a.42.42 0 0 1-.127.305.445.445 0 0 1-.315.13.432.432 0 0 1-.307-.13.438.438 0 0 1-.13-.309.45.45 0 0 1 .134-.315.423.423 0 0 1 .307-.125.435.435 0 0 1 .44.445zm-.426-.301h-.216v.574h.108v-.245h.107l.117.245h.12l-.127-.262c.083-.017.13-.073.13-.154 0-.105-.078-.158-.239-.158zm-.02.07c.102 0 .148.028.148.099 0 .067-.046.091-.145.091h-.091v-.19h.089z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m11.301 4.304.113.685-.399.762s-.153-.323-.407-.502c-.214-.151-.353-.184-.572-.139-.28.058-.597.393-.736.806-.166.494-.168.733-.173.953-.01.352.046.56.046.56s-.242-.448-.24-1.103c.002-.468.075-.893.292-1.311.19-.369.473-.59.725-.616.26-.026.465.099.624.234.166.143.335.454.335.454l.392-.783zm.05 3.873s-.177.315-.286.436c-.11.122-.307.335-.55.442-.242.107-.369.127-.608.104a1.198 1.198 0 0 1-.54-.22 2.101 2.101 0 0 1-.39-.386c-.113-.16-.29-.477-.29-.477s.099.319.16.454c.036.078.144.315.299.522.143.194.423.526.847.601.425.075.716-.115.789-.162a2.15 2.15 0 0 0 .32-.276c.1-.108.196-.245.249-.327.038-.06.1-.182.1-.182l-.1-.529z"
})]
}));
};
exports.LIBrandW3C = LIBrandW3C;