google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 519 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const Tablet = createIcon("Tablet", [
[
"path",
{
d: "M21 4H3C1.9 4 1 4.9 1 6V18C1 19.1 1.9 20 3 20H21C22.1 20 22.99 19.1 22.99 18L23 6C23 4.9 22.1 4 21 4ZM19 18H5V6H19V18Z",
key: "1hy3bh"
}
]
]);
export { Tablet as default };
//# sourceMappingURL=tablet.js.map