google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 575 B
JavaScript
/**
* @license google-material-icons v2.1.4 - 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 TabletAndroid = createIcon("TabletAndroid", [
[
"path",
{
d: "M18 0H6C4.34 0 3 1.34 3 3V21C3 22.66 4.34 24 6 24H18C19.66 24 21 22.66 21 21V3C21 1.34 19.66 0 18 0ZM14 22H10V21H14V22ZM19.25 19H4.75V3H19.25V19Z",
key: "nfr6ed"
}
]
]);
export { TabletAndroid as default };
//# sourceMappingURL=tablet_android.js.map