@icongo/li
Version:
LibreICONS Icons
41 lines (40 loc) • 1.42 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiFileImage = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiFileImage = function LIGuiFileImage(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
transform: "translate(.143 .143) scale(.28571)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#90caf9",
d: "M40 13v32H8V3h22z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#e1f5fe",
d: "M38.5 14H29V4.5z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#1565c0",
d: "m21 23-7 10h14z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#1976d2",
d: "M28 26.4 23 33h10z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 31.5,
cy: 24.5,
r: 1.5,
fill: "#1976d2"
})]
})
}));
};
exports.LIGuiFileImage = LIGuiFileImage;