@icongo/fc
Version:
Flat Color Icons
44 lines • 1.51 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 FCCustomerSupport = 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: "#FFB74D",
d: "M29 43v-4.6l2.6.5c2.9.6 5.6-1.5 5.8-4.4L38 28l2.9-1.2c1-.4 1.4-1.6.8-2.6L38 18c-.6-7.6-4.9-15-16-15C10.6 3 5 11.4 5 20c0 3.7 1.3 6.9 3.3 9.6 1.8 2.5 2.7 5.5 2.7 8.5v4.8h18z"
}), /*#__PURE__*/_jsx("path", {
fill: "#FF9800",
d: "M29 43v-4.6L22 37v6z"
}), /*#__PURE__*/_jsx("circle", {
cx: 33.5,
cy: 21.5,
r: 1.5,
fill: "#784719"
}), /*#__PURE__*/_jsx("path", {
fill: "#FF5722",
d: "M21.4 3C12.3 3 5 10.3 5 19.4c0 11.1 6 11.4 6 18.6l2.6-.9c2.1-.7 3.9-2.3 4.7-4.4l2.8-6.8L27 23v-6s7-3.8 7-10.3C31 4.2 25.7 3 21.4 3z"
}), /*#__PURE__*/_jsx("path", {
fill: "#546E7A",
d: "M21 2.1c-.6 0-1 .4-1 1V17c0 .6.4 1 1 1s1-.4 1-1V3.1c0-.6-.4-1-1-1zm15.9 29.8c-7.9 0-10.3-4.9-10.4-5.1-.2-.5-.8-.7-1.3-.5-.5.2-.7.8-.5 1.3.1.3 3 6.3 12.2 6.3.6 0 1-.4 1-1s-.5-1-1-1z"
}), /*#__PURE__*/_jsx("circle", {
cx: 37,
cy: 33,
r: 2,
fill: "#37474F"
}), /*#__PURE__*/_jsx("circle", {
cx: 21,
cy: 23,
r: 7,
fill: "#37474F"
}), /*#__PURE__*/_jsx("circle", {
cx: 21,
cy: 23,
r: 4,
fill: "#546E7A"
})]
}));
export { FCCustomerSupport };