@icongo/li
Version:
LibreICONS Icons
26 lines • 801 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIGuiAbout = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_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__*/_jsxs("g", {
fill: "#fff",
transform: "matrix(.3 0 0 .3 -.2 .4)",
children: [/*#__PURE__*/_jsx("path", {
d: "M22 20h4v11h-4z"
}), /*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 15,
r: 2
})]
})]
}));
export { LIGuiAbout };