@icongo/li
Version:
LibreICONS Icons
49 lines (48 loc) • 1.92 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiFinePrint = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiFinePrint = function LIGuiFinePrint(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(-.129 -.141) scale(.28528)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#90caf9",
d: "M33 13v29H5V4h19z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#e1f5fe",
d: "M31.5 14H23V5.5z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#616161",
d: "m34.505 37.58 1.98-1.98 8.483 8.485-1.98 1.98z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 28,
cy: 29,
r: 11,
fill: "#616161"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 28,
cy: 29,
r: 9,
fill: "#90caf9"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#37474f",
d: "m36.849 39.88 1.98-1.98 6.15 6.151-1.98 1.98z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#1976d2",
d: "M30 31h-9.7c.4 1.6 1.3 3 2.5 4H30v-4zm-9.7-4H30v-4h-7.3c-1.2 1-2 2.4-2.4 4zm-.2-7H11v2h7.3c.5-.7 1.1-1.4 1.8-2zm-3 4H11v2h5.4c.2-.7.4-1.4.7-2zM16 29c0-.3 0-.7.1-1H11v2h5.1c-.1-.3-.1-.7-.1-1zm.4 3H11v2h6.1c-.3-.6-.5-1.3-.7-2z"
})]
})
}));
};
exports.LIGuiFinePrint = LIGuiFinePrint;