@icongo/li
Version:
LibreICONS Icons
33 lines • 951 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 LIGuiFileImage = 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: "translate(.143 .143) scale(.28571)",
children: [/*#__PURE__*/_jsx("path", {
fill: "#90caf9",
d: "M40 13v32H8V3h22z"
}), /*#__PURE__*/_jsx("path", {
fill: "#e1f5fe",
d: "M38.5 14H29V4.5z"
}), /*#__PURE__*/_jsx("path", {
fill: "#1565c0",
d: "m21 23-7 10h14z"
}), /*#__PURE__*/_jsx("path", {
fill: "#1976d2",
d: "M28 26.4 23 33h10z"
}), /*#__PURE__*/_jsx("circle", {
cx: 31.5,
cy: 24.5,
r: 1.5,
fill: "#1976d2"
})]
})
}));
export { LIGuiFileImage };