@icongo/fc
Version:
Flat Color Icons
41 lines (40 loc) • 2.32 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCDebt = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCDebt = function FCDebt(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: "#FFB74D",
d: "M10 12c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#607D8B",
d: "M2 22v8l3 2 1 14h8l1-14 3-2v-8c0-4.4-3.6-8-8-8s-8 3.6-8 8z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#263238",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M22.4 40.4c-.6 2.5-1 3.6-2.4 3.6-.6 0-1.2-.5-1.9-1.1-1-.8-2.2-1.9-4.1-1.9v2c1.1 0 1.9.7 2.8 1.4.9.7 1.9 1.6 3.2 1.6 3.1 0 3.8-2.9 4.4-5.2.6-2.6 1-3.8 2.6-3.8v-2c-3.3 0-4.1 3.1-4.6 5.4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M14.4 40H10v4h4.1z"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 36,
cy: 36,
r: 10,
fill: "#4CAF50"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M35 34c.1.2.1.3.3.4.1.1.3.2.5.4.2.1.5.2.8.3.5.2.9.4 1.3.6.4.2.7.4 1 .7.3.3.5.6.7.9.2.4.2.8.2 1.3 0 .4-.1.8-.2 1.2-.1.4-.3.7-.6.9-.3.3-.6.5-.9.6-.4.2-.8.3-1.2.3v1.5h-1.2v-1.5c-.4 0-.8-.1-1.2-.3-.4-.2-.7-.4-1-.6-.3-.3-.5-.6-.7-1.1-.2-.4-.3-.9-.3-1.5h2.2c0 .4 0 .7.1.9.1.2.2.4.4.6.2.1.3.2.5.3.2.1.4.1.6.1.2 0 .4 0 .6-.1.2-.1.3-.2.4-.3.1-.1.2-.3.3-.4.1-.2.1-.3.1-.5s0-.4-.1-.6c-.1-.2-.1-.3-.3-.4-.1-.1-.3-.3-.5-.4-.2-.1-.4-.2-.7-.3-.5-.2-.9-.4-1.3-.6-.4-.2-.7-.4-1-.7-.3-.3-.5-.6-.7-.9-.2-.4-.2-.8-.2-1.3 0-.4.1-.8.2-1.2.1-.3.3-.7.6-.9.3-.3.6-.5.9-.6.4-.2.8-.3 1.2-.3v-1.6H37v1.6c.4.1.8.2 1.2.4.4.2.6.4.9.7.2.3.4.6.6 1 .1.4.2.9.2 1.4h-2.2c0-.6-.1-1-.4-1.3-.2-.3-.6-.4-1-.4-.2 0-.4 0-.6.1-.2.1-.3.2-.4.3-.2 0-.3.1-.3.3s-.1.3-.1.5 0 .4.1.5z"
})]
}));
};
exports.FCDebt = FCDebt;