UNPKG

@icongo/fc

Version:
48 lines (47 loc) 1.74 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCBusinesswoman = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCBusinesswoman = function FCBusinesswoman(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#BF360C", d: "M16 15h16v18H16z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#78909C", d: "M40 44H8c0-11 11-13 11-13h10s11 2 11 13z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#FF9800", d: "M24 37c-2.2 0-5-6-5-6v-6h10v6s-2.8 6-5 6z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#FFB74D", d: "M33 14c0-7.6-18-5-18 0v7c0 5 4 9 9 9s9-4 9-9v-7z" }), /*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("circle", { cx: 28, cy: 21, r: 1, fill: "#784719" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 20, cy: 21, r: 1, fill: "#784719" })] })); }; exports.FCBusinesswoman = FCBusinesswoman;