google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 600 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 LaptopWindows = createIcon("LaptopWindows", [
[
"path",
{
d: "M20 18.5V17.5C21.1 17.5 21.99 16.6 21.99 15.5L22 5.5C22 4.4 21.1 3.5 20 3.5H4C2.9 3.5 2 4.4 2 5.5V15.5C2 16.6 2.9 17.5 4 17.5V18.5H0V20.5H24V18.5H20ZM4 5.5H20V15.5H4V5.5Z",
key: "lkk3k6"
}
]
]);
export { LaptopWindows as default };
//# sourceMappingURL=laptop_windows.js.map