UNPKG

@icongo/fc

Version:
45 lines (44 loc) 1.71 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCFinePrint = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCFinePrint = function FCFinePrint(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#90CAF9", d: "M33 42H5V4h19l9 9z" }), /*#__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.FCFinePrint = FCFinePrint;