@icongo/li
Version:
LibreICONS Icons
30 lines • 900 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 LIGuiPicture = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
transform: "matrix(.3 0 0 .3 -.2 -.2)",
children: [/*#__PURE__*/_jsx("path", {
fill: "#90caf9",
d: "M40 41H8c-2.2 0-4-1.8-4-4V11c0-2.2 1.8-4 4-4h32c2.2 0 4 1.8 4 4v26c0 2.2-1.8 4-4 4z"
}), /*#__PURE__*/_jsx("circle", {
cx: 35,
cy: 16,
r: 3,
fill: "#ff0"
}), /*#__PURE__*/_jsx("path", {
fill: "green",
d: "M20 16 9 32h22z"
}), /*#__PURE__*/_jsx("path", {
fill: "#0f0",
d: "m31 22-8 10h16z"
})]
})
}));
export { LIGuiPicture };