UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 520 B
/** * @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 Laptop = createIcon("Laptop", [ [ "path", { d: "M20 18C21.1 18 22 17.1 22 16V6C22 4.9 21.1 4 20 4H4C2.9 4 2 4.9 2 6V16C2 17.1 2.9 18 4 18H0V20H24V18H20ZM4 6H20V16H4V6Z", key: "14oop7" } ] ]); export { Laptop as default }; //# sourceMappingURL=laptop.js.map