@icongo/li
Version:
LibreICONS Icons
30 lines (29 loc) • 1.25 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIDeviceSmartphone = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIDeviceSmartphone = function LIDeviceSmartphone(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: "#37474f",
d: "M3.4 11.8V2.2c0-.66.54-1.2 1.2-1.2h4.8c.66 0 1.2.54 1.2 1.2v9.6c0 .66-.54 1.2-1.2 1.2H4.6c-.66 0-1.2-.54-1.2-1.2z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#bbdefb",
d: "M9.4 1.9H4.6c-.18 0-.3.12-.3.3v8.7c0 .18.12.3.3.3h4.8c.18 0 .3-.12.3-.3V2.2c0-.18-.12-.3-.3-.3z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#78909c",
d: "M6.1 11.8h1.8v.6H6.1z"
})]
}));
};
exports.LIDeviceSmartphone = LIDeviceSmartphone;