@icongo/li
Version:
LibreICONS Icons
33 lines (32 loc) • 2.58 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIDeviceMobile = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIDeviceMobile = function LIDeviceMobile(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("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.jsx)("path", {
fill: "#546e7a",
d: "M3.571 11.857V3.286h5.715c.628 0 1.143.514 1.143 1.143v7.428c0 .629-.515 1.143-1.143 1.143H4.714a1.146 1.146 0 0 1-1.143-1.143z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#4fc3f7",
d: "M9.286 4.143H4.714c-.171 0-.285.114-.285.286v2.285c0 .172.114.286.285.286h4.572c.171 0 .285-.114.285-.286V4.43c0-.172-.114-.286-.285-.286z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#b3e5fc",
d: "M5.571 9H5c-.171 0-.286-.114-.286-.286V8.43c0-.172.115-.286.286-.286h.571c.172 0 .286.114.286.286v.285c0 .172-.114.286-.286.286zm1.715 0h-.572c-.171 0-.285-.114-.285-.286V8.43c0-.172.114-.286.285-.286h.572c.171 0 .285.114.285.286v.285c0 .172-.114.286-.285.286zM9 9h-.571c-.172 0-.286-.114-.286-.286V8.43c0-.172.114-.286.286-.286H9c.171 0 .286.114.286.286v.285C9.286 8.886 9.17 9 9 9zm-3.429 1.429H5c-.171 0-.286-.115-.286-.286v-.286c0-.171.115-.286.286-.286h.571c.172 0 .286.115.286.286v.286c0 .171-.114.286-.286.286zm1.715 0h-.572c-.171 0-.285-.115-.285-.286v-.286c0-.171.114-.286.285-.286h.572c.171 0 .285.115.285.286v.286c0 .171-.114.286-.285.286zm1.714 0h-.571c-.172 0-.286-.115-.286-.286v-.286c0-.171.114-.286.286-.286H9c.171 0 .286.115.286.286v.286c0 .171-.115.286-.286.286zm-3.429 1.428H5c-.171 0-.286-.114-.286-.286v-.285c0-.172.115-.286.286-.286h.571c.172 0 .286.114.286.286v.285c0 .172-.114.286-.286.286zm1.715 0h-.572c-.171 0-.285-.114-.285-.286v-.285c0-.172.114-.286.285-.286h.572c.171 0 .285.114.285.286v.285c0 .172-.114.286-.285.286zm1.714 0h-.571c-.172 0-.286-.114-.286-.286v-.285c0-.172.114-.286.286-.286H9c.171 0 .286.114.286.286v.285c0 .172-.115.286-.286.286z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#37474f",
d: "M4.714 3.286H3.571V1.57a.573.573 0 0 1 1.143 0v1.715z"
})]
}));
};
exports.LIDeviceMobile = LIDeviceMobile;