@icongo/fc
Version:
Flat Color Icons
36 lines • 1.34 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var FCCloseUpMode = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#2E7D32",
d: "M5 24c0 18.9 14.8 19 17 19h4S24.1 26.5 5 24z"
}), /*#__PURE__*/_jsx("path", {
fill: "#388E3C",
d: "M22 26h4v17h-4z"
}), /*#__PURE__*/_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__*/_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__*/_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__*/_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__*/_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__*/_jsx("path", {
fill: "#4CAF50",
d: "M22 43h4c2.2 0 17-.1 17-19-19.1 2.5-21 19-21 19z"
})]
}));
export { FCCloseUpMode };