@icongo/fc
Version:
Flat Color Icons
41 lines (40 loc) • 1.64 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCMakeDecision = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCMakeDecision = function FCMakeDecision(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.jsx)("path", {
fill: "#FF5722",
d: "M24 23.5v-11l6.6 5.5z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#FF5722",
d: "M28.9 24.4c0 .2.1.4.1.6 0 2.8-2.2 5-5 5s-5-2.2-5-5 2.2-5 5-5c.7 0 1.4.2 2 .4v-4.2c-.6-.1-1.3-.2-2-.2-5 0-9 4-9 9s4 9 9 9 9-4 9-9c0-1.2-.2-2.4-.7-3.4l-3.4 2.8z"
})]
}));
};
exports.FCMakeDecision = FCMakeDecision;