@icongo/li
Version:
LibreICONS Icons
34 lines (33 loc) • 1.22 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiAbout = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiAbout = function LIGuiAbout(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: "#2196f3",
d: "M10.9 11.2H3.1L1.3 13V2.8c0-.99.81-1.8 1.8-1.8h7.8c.99 0 1.8.81 1.8 1.8v6.6c0 .99-.81 1.8-1.8 1.8z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#fff",
transform: "matrix(.3 0 0 .3 -.2 .4)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M22 20h4v11h-4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 24,
cy: 15,
r: 2
})]
})]
}));
};
exports.LIGuiAbout = LIGuiAbout;