UNPKG

@icongo/fc

Version:
36 lines (35 loc) 1.45 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCSelfServiceKiosk = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCSelfServiceKiosk = function FCSelfServiceKiosk(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: "#546E7A", d: "M44 30H4V11c0-2.2 1.8-4 4-4h32c2.2 0 4 1.8 4 4v19z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#64B5F6", d: "M40 27H8c-.6 0-1-.4-1-1V11c0-.6.4-1 1-1h32c.6 0 1 .4 1 1v15c0 .6-.4 1-1 1z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#78909C", d: "M40 41H8c-2.2 0-4-1.8-4-4v-7h40v7c0 2.2-1.8 4-4 4z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#37474F", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M27 34h12v2H27zM9 34h12v2H9z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M18 35c0 1.1-1.3 2-3 2s-3-.9-3-2h6z" })] })] })); }; exports.FCSelfServiceKiosk = FCSelfServiceKiosk;