@icongo/fc
Version:
Flat Color Icons
43 lines • 1.1 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 FCConferenceCall = 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("circle", {
cx: 12,
cy: 21,
r: 5,
fill: "#FFA726"
}), /*#__PURE__*/_jsx("path", {
fill: "#455A64",
d: "M2 34.7s2.8-6.3 10-6.3 10 6.3 10 6.3V38H2v-3.3zm44 0s-2.8-6.3-10-6.3-10 6.3-10 6.3V38h20v-3.3z"
}), /*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 17,
r: 6,
fill: "#FFB74D"
}), /*#__PURE__*/_jsx("path", {
fill: "#607D8B",
d: "M36 34.1s-3.3-7.5-12-7.5-12 7.5-12 7.5V38h24v-3.9z"
}), /*#__PURE__*/_jsx("circle", {
cx: 36,
cy: 21,
r: 5,
fill: "#FFA726"
}), /*#__PURE__*/_jsx("circle", {
cx: 12,
cy: 21,
r: 5,
fill: "#FFA726"
}), /*#__PURE__*/_jsx("circle", {
cx: 36,
cy: 21,
r: 5,
fill: "#FFA726"
})]
}));
export { FCConferenceCall };