@icongo/li
Version:
LibreICONS Icons
22 lines • 758 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 LIGuiFileDocument = 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: "#90caf9",
d: "M11.571 3.857V13H2.43V1h6.285z"
}), /*#__PURE__*/_jsx("path", {
fill: "#e1f5fe",
d: "M11.143 4.143H8.429V1.429z"
}), /*#__PURE__*/_jsx("path", {
fill: "#1976d2",
d: "M4.714 6.143h4.857v.571H4.714zm0 1.143H8.43v.571H4.714zm0 1.143h4.857V9H4.714zm0 1.142H8.43v.572H4.714z"
})]
}));
export { LIGuiFileDocument };