UNPKG

@icongo/fc

Version:
60 lines (59 loc) 2.21 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCAssistant = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCAssistant = function FCAssistant(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.jsxs)("g", { fill: "#FFA726", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 10, cy: 26, r: 4 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 38, cy: 26, r: 4 })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#FFB74D", d: "M39 19c0-12.7-30-8.3-30 0v10c0 8.3 6.7 15 15 15s15-6.7 15-15V19z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#FF5722", d: "M24 3C14.6 3 7 10.6 7 20v3.4L9 25v-3l21-9.8 9 9.8v3l2-1.6V20c0-8-5.7-17-17-17z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#784719", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 31, cy: 26, r: 2 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 17, cy: 26, r: 2 })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#757575", d: "M43 24c-.6 0-1 .4-1 1v-7c0-8.8-7.2-16-16-16h-7c-.6 0-1 .4-1 1s.4 1 1 1h7c7.7 0 14 6.3 14 14v10c0 .6.4 1 1 1s1-.4 1-1v2c0 3.9-3.1 7-7 7H24c-.6 0-1 .4-1 1s.4 1 1 1h11c5 0 9-4 9-9v-5c0-.6-.4-1-1-1z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#37474F", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M43 22h-1c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h1c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 38, r: 2 })] })] })); }; exports.FCAssistant = FCAssistant;