@icongo/fc
Version:
Flat Color Icons
31 lines (30 loc) • 1.29 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCAcceptDatabase = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCAcceptDatabase = function FCAcceptDatabase(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: "#D1C4E9",
d: "M38 7H10c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h28c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 12H10c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h28c1.1 0 2-.9 2-2v-6c0-1.1-.9-2-2-2zm0 12H10c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h28c1.1 0 2-.9 2-2v-6c0-1.1-.9-2-2-2z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 38,
cy: 38,
r: 10,
fill: "#43A047"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#DCEDC8",
d: "M42.5 33.3 36.8 39l-2.7-2.7-2.1 2.2 4.8 4.8 7.8-7.8z"
})]
}));
};
exports.FCAcceptDatabase = FCAcceptDatabase;