@icongo/li
Version:
LibreICONS Icons
22 lines • 913 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 LIDeviceTablet = 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: "M2.429 11.857V2.143C2.429 1.514 2.943 1 3.57 1h6.858c.628 0 1.142.514 1.142 1.143v9.714c0 .629-.514 1.143-1.142 1.143H3.57a1.146 1.146 0 0 1-1.142-1.143z"
}), /*#__PURE__*/_jsx("path", {
fill: "#bbdefb",
d: "M10.429 1.857H3.57c-.171 0-.285.114-.285.286V11c0 .171.114.286.285.286h6.858c.171 0 .285-.115.285-.286V2.143c0-.172-.114-.286-.285-.286z"
}), /*#__PURE__*/_jsx("path", {
fill: "#78909c",
d: "M6.143 11.857h1.714v.572H6.143z"
})]
}));
export { LIDeviceTablet };