@icongo/li
Version:
LibreICONS Icons
25 lines • 765 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 LIGuiDownload = 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: "#1565c0",
children: [/*#__PURE__*/_jsx("path", {
fill: "green",
d: "M7 10.93 3.7 7h6.6zM5.8 1h2.4v1.2H5.8zm0 1.8h2.4V4H5.8z"
}), /*#__PURE__*/_jsx("path", {
fill: "green",
d: "M5.8 4.6h2.4v3.3H5.8z"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
d: "M1.6 11.8h10.8V13H1.6z"
})]
})
}));
export { LIGuiDownload };