@icongo/li
Version:
LibreICONS Icons
25 lines • 763 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 LIGuiUpload = 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", {
fill: "#009688",
children: [/*#__PURE__*/_jsx("path", {
fill: "green",
d: "M7 3.07 10.3 7H3.7zM5.8 11.8h2.4V13H5.8zm0-1.8h2.4v1.2H5.8z"
}), /*#__PURE__*/_jsx("path", {
fill: "green",
d: "M5.8 6.1h2.4v3.3H5.8z"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
d: "M1.6 1h10.8v1.2H1.6z"
})]
})
}));
export { LIGuiUpload };