UNPKG

@icongo/fc

Version:
46 lines (45 loc) 1.55 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCAddImage = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCAddImage = function FCAddImage(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: "#8CBCD6", d: "M40 41H8c-2.2 0-4-1.8-4-4V11c0-2.2 1.8-4 4-4h32c2.2 0 4 1.8 4 4v26c0 2.2-1.8 4-4 4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 35, cy: 16, r: 3, fill: "#B3DDF5" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#9AC9E3", d: "M20 16 9 32h22z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#B3DDF5", d: "m31 22-8 10h16z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 38, cy: 38, r: 10, fill: "#43A047" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#fff", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M36 32h4v12h-4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M32 36h12v4H32z" })] })] })); }; exports.FCAddImage = FCAddImage;