google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 528 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 LaptopChromebook = createIcon("LaptopChromebook", [
[
"path",
{
d: "M22 18.5V3.5H2V18.5H0V20.5H24V18.5H22ZM14 18.5H10V17.5H14V18.5ZM20 15.5H4V5.5H20V15.5Z",
key: "iie3oy"
}
]
]);
export { LaptopChromebook as default };
//# sourceMappingURL=laptop_chromebook.js.map