UNPKG

@icongo/fc

Version:
63 lines (62 loc) 2.35 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCOnlineSupport = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCOnlineSupport = function FCOnlineSupport(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: "M13 30h22v12H13z" }), /*#__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.jsxs)("g", { fill: "#784719", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 30, cy: 26, r: 2 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 18, cy: 26, r: 2 })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#FF5722", d: "M24 2C15.5 2 3 7.8 3 35.6L13 42V24l16.8-9.8L35 21v21l10-8.2c0-5.6-.9-29-15.4-29L28.2 2H24z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#757575", d: "M45 24c-.6 0-1 .4-1 1v-7c0-8.8-7.2-16-16-16h-9c-.6 0-1 .4-1 1s.4 1 1 1h9c7.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 1h13c5 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: "M45 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.FCOnlineSupport = FCOnlineSupport;