UNPKG

@icongo/li

Version:
57 lines (56 loc) 2.33 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIDeviceMultiplesmartphones = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIDeviceMultiplesmartphones = function LIDeviceMultiplesmartphones(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { transform: "matrix(.3 0 0 .3 -.2 -.2)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#455a64", d: "M4 31V8c0-2.2 1.8-4 4-4h12c2.2 0 4 1.8 4 4v23c0 2.2-1.8 4-4 4H8c-2.2 0-4-1.8-4-4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#bbdefb", d: "M20 7H8c-.6 0-1 .4-1 1v21c0 .6.4 1 1 1h12c.6 0 1-.4 1-1V8c0-.6-.4-1-1-1z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 14, cy: 32.5, r: 1.5, fill: "#37474f" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#546e7a", d: "M14 36V13c0-2.2 1.8-4 4-4h12c2.2 0 4 1.8 4 4v23c0 2.2-1.8 4-4 4H18c-2.2 0-4-1.8-4-4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#bbdefb", d: "M30 12H18c-.6 0-1 .4-1 1v21c0 .6.4 1 1 1h12c.6 0 1-.4 1-1V13c0-.6-.4-1-1-1z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 37.5, r: 1.5, fill: "#37474f" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#e38939", d: "M24 40V18c0-2.2 1.8-4 4-4h12c2.2 0 4 1.8 4 4v22c0 2.2-1.8 4-4 4H28c-2.2 0-4-1.8-4-4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#fff3e0", d: "M40 17H28c-.6 0-1 .4-1 1v20c0 .6.4 1 1 1h12c.6 0 1-.4 1-1V18c0-.6-.4-1-1-1z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 34, cy: 41.5, r: 1.5, fill: "#a6642a" })] }) })); }; exports.LIDeviceMultiplesmartphones = LIDeviceMultiplesmartphones;