@icongo/fc
Version:
Flat Color Icons
40 lines (39 loc) • 1.82 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCNoIdea = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCNoIdea = function FCNoIdea(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: "#FBC02D",
d: "M37 22c0-7.7-6.6-13.8-14.5-12.9-6 .7-10.8 5.5-11.4 11.5-.5 4.6 1.4 8.7 4.6 11.3 1.4 1.2 2.3 2.9 2.3 4.8v.3h12v-.1c0-1.8.8-3.6 2.2-4.8 2.9-2.4 4.8-6 4.8-10.1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#FFF59D",
d: "m30.6 20.2-3-2c-.3-.2-.8-.2-1.1 0L24 19.8l-2.4-1.6c-.3-.2-.8-.2-1.1 0l-3 2c-.2.2-.4.4-.4.7s0 .6.2.8l3.8 4.7V37h2V26c0-.2-.1-.4-.2-.6l-3.3-4.1 1.5-1 2.4 1.6c.3.2.8.2 1.1 0l2.4-1.6 1.5 1-3.3 4.1c-.1.2-.2.4-.2.6v11h2V26.4l3.8-4.7c.2-.2.3-.5.2-.8s-.2-.6-.4-.7z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 24,
cy: 44,
r: 3,
fill: "#5C6BC0"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#9FA8DA",
d: "M26 45h-4c-2.2 0-4-1.8-4-4v-5h12v5c0 2.2-1.8 4-4 4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#5C6BC0",
d: "m30 41-11.6 1.6c.3.7.9 1.4 1.6 1.8l9.4-1.3c.4-.6.6-1.3.6-2.1zm-12-2.3v2L30 39v-2z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#37474F",
d: "M3.563 6.396 6.39 3.568l37.966 37.966-2.828 2.828z"
})]
}));
};
exports.FCNoIdea = FCNoIdea;