@icongo/li
Version:
LibreICONS Icons
14 lines • 849 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LITechTablet = props => /*#__PURE__*/_jsx("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", {
d: "M7.545 11.91q0-.223-.161-.384-.162-.162-.384-.162t-.384.162q-.161.162-.161.383 0 .222.161.384.162.162.384.162t.384-.162q.161-.162.161-.384zm3.273-1.365V2.364q0-.111-.08-.192-.082-.081-.193-.081h-7.09q-.111 0-.192.08-.081.082-.081.193v8.181q0 .111.08.192.082.081.193.081h7.09q.111 0 .192-.08.081-.082.081-.193zm1.091-8.181v9.272q0 .563-.4.963-.401.401-.964.401h-7.09q-.563 0-.964-.4-.4-.401-.4-.964V2.364q0-.563.4-.963Q2.892 1 3.455 1h7.09q.563 0 .964.4.4.401.4.964z"
})
}));
export { LITechTablet };