@icongo/li
Version:
LibreICONS Icons
22 lines • 830 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIDeviceSmartphone = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_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__*/_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__*/_jsx("path", {
fill: "#78909c",
d: "M6.1 11.8h1.8v.6H6.1z"
})]
}));
export { LIDeviceSmartphone };