google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 676 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 TabletMac = createIcon("TabletMac", [
[
"path",
{
d: "M19 0H5C3.62 0 2.5 1.12 2.5 2.5V21.5C2.5 22.88 3.62 24 5 24H19C20.38 24 21.5 22.88 21.5 21.5V2.5C21.5 1.12 20.38 0 19 0ZM12 23C11.17 23 10.5 22.33 10.5 21.5C10.5 20.67 11.17 20 12 20C12.83 20 13.5 20.67 13.5 21.5C13.5 22.33 12.83 23 12 23ZM19.5 19H4.5V3H19.5V19Z",
key: "x3bvea"
}
]
]);
export { TabletMac as default };
//# sourceMappingURL=tablet_mac.js.map