@icongo/fc
Version:
Flat Color Icons
44 lines (43 loc) • 1.85 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCCloseUpMode = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCCloseUpMode = function FCCloseUpMode(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: "#2E7D32",
d: "M5 24c0 18.9 14.8 19 17 19h4S24.1 26.5 5 24z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#388E3C",
d: "M22 26h4v17h-4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#C62828",
d: "M34 16c0 5.1-5.2 8.2-8 8.2s-2-3.1-2-8.2 5-9.2 5-9.2 5 4.1 5 9.2z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#C62828",
d: "M14 16c0 5.1 5.2 8.2 8 8.2s2-3.1 2-8.2-5-9.2-5-9.2-5 4.1-5 9.2z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#E53935",
d: "M24 27c-2.2-1.6-1.9-4.5 2.4-8.8C30.8 13.8 32 7 32 7s5 3.4 5 9c0 5.9-5.7 11-13 11z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#E53935",
d: "M24 27c2.2-1.6 1.9-4.5-2.4-8.8C17.2 13.8 16 7 16 7s-5 3.4-5 9c0 5.9 5.7 11 13 11z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#F44336",
d: "M30 16c0 6.1-2.7 11-6 11s-6-4.9-6-11 6-11 6-11 6 4.9 6 11z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#4CAF50",
d: "M22 43h4c2.2 0 17-.1 17-19-19.1 2.5-21 19-21 19z"
})]
}));
};
exports.FCCloseUpMode = FCCloseUpMode;