UNPKG

@icongo/fc

Version:
40 lines (39 loc) 1.6 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCTwoSmartphones = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCTwoSmartphones = function FCTwoSmartphones(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: "#37474F", d: "M6 36V8c0-2.2 1.8-4 4-4h14c2.2 0 4 1.8 4 4v28c0 2.2-1.8 4-4 4H10c-2.2 0-4-1.8-4-4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#BBDEFB", d: "M24 7H10c-.6 0-1 .4-1 1v25c0 .6.4 1 1 1h14c.6 0 1-.4 1-1V8c0-.6-.4-1-1-1z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#78909C", d: "M14 36h6v2h-6z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#E38939", d: "M20 40V12c0-2.2 1.8-4 4-4h14c2.2 0 4 1.8 4 4v28c0 2.2-1.8 4-4 4H24c-2.2 0-4-1.8-4-4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#FFF3E0", d: "M38 11H24c-.6 0-1 .4-1 1v25c0 .6.4 1 1 1h14c.6 0 1-.4 1-1V12c0-.6-.4-1-1-1z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 31, cy: 41, r: 1.5, fill: "#A6642A" })] })); }; exports.FCTwoSmartphones = FCTwoSmartphones;