@icongo/fc
Version:
Flat Color Icons
40 lines • 1.21 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 FCBusinesswoman = 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: "#BF360C",
d: "M16 15h16v18H16z"
}), /*#__PURE__*/_jsx("path", {
fill: "#78909C",
d: "M40 44H8c0-11 11-13 11-13h10s11 2 11 13z"
}), /*#__PURE__*/_jsx("path", {
fill: "#FF9800",
d: "M24 37c-2.2 0-5-6-5-6v-6h10v6s-2.8 6-5 6z"
}), /*#__PURE__*/_jsx("path", {
fill: "#FFB74D",
d: "M33 14c0-7.6-18-5-18 0v7c0 5 4 9 9 9s9-4 9-9v-7z"
}), /*#__PURE__*/_jsx("path", {
fill: "#FF5722",
d: "M24 4C17.9 4 9 7.4 9 27.3l7 4.7V19l12-7 4 5v15l7-6c0-4-.7-20-11-20l-1-2h-3z"
}), /*#__PURE__*/_jsx("path", {
fill: "#FFB74D",
d: "M24 38c-4.4 0-5-7-5-7s2.5 4 5 4 5-4 5-4-.6 7-5 7z"
}), /*#__PURE__*/_jsx("circle", {
cx: 28,
cy: 21,
r: 1,
fill: "#784719"
}), /*#__PURE__*/_jsx("circle", {
cx: 20,
cy: 21,
r: 1,
fill: "#784719"
})]
}));
export { FCBusinesswoman };