@icongo/fc
Version:
Flat Color Icons
42 lines (41 loc) • 1.54 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCGoodDecision = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCGoodDecision = function FCGoodDecision(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.jsxs)("g", {
fill: "#FFCC80",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 38,
cy: 26,
r: 4
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 10,
cy: 26,
r: 4
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M39 19c0-12.7-30-8.3-30 0v10c0 8.3 6.7 15 15 15s15-6.7 15-15V19z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M24 4C15.2 4 8 11.2 8 20v3.5l2.1.6V19l19.5-6.3 8.2 6.3v5.1l2.1-.6V20C40 12.5 34.6 4 24 4z"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#4CAF50",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M22 16h4v18h-4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M15 23h18v4H15z"
})]
})]
}));
};
exports.FCGoodDecision = FCGoodDecision;