@icongo/fc
Version:
Flat Color Icons
49 lines • 1.35 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 FCManager = 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: "#FF9800",
d: "m24 37-5-6v-6h10v6z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#FFA726",
children: [/*#__PURE__*/_jsx("circle", {
cx: 33,
cy: 19,
r: 2
}), /*#__PURE__*/_jsx("circle", {
cx: 15,
cy: 19,
r: 2
})]
}), /*#__PURE__*/_jsx("path", {
fill: "#FFB74D",
d: "M33 13c0-7.6-18-5-18 0v7c0 5 4 9 9 9s9-4 9-9v-7z"
}), /*#__PURE__*/_jsx("path", {
fill: "#FF5722",
d: "M24 4c-6.1 0-10 4.9-10 11v2.3l2 1.7v-5l12-4 4 4v5l2-1.7V15c0-4-1-8-6-9l-1-2h-3z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#784719",
children: [/*#__PURE__*/_jsx("circle", {
cx: 28,
cy: 19,
r: 1
}), /*#__PURE__*/_jsx("circle", {
cx: 20,
cy: 19,
r: 1
})]
}), /*#__PURE__*/_jsx("path", {
fill: "#CFD8DC",
d: "m29 31-5 1-5-1S8 33 8 44h32c0-11-11-13-11-13z"
}), /*#__PURE__*/_jsx("path", {
fill: "#3F51B5",
d: "m23 35-1 9h4l-1-9 1-1-2-2-2 2z"
})]
}));
export { FCManager };