UNPKG

google-material-icons

Version:

A google material icon library package for React applications

26 lines (22 loc) 635 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 InstallMobile = createIcon("InstallMobile", [ [ "path", { d: "M15 18H5V6H12V1H5C3.9 1 3 1.9 3 3V21C3 22.1 3.9 23 5 23H15C16.1 23 17 22.1 17 21V16H15V18Z", key: "14bwv8" } ], [ "path", { d: "M16 14L21 9L19.59 7.59L17 10.17V3H15V10.17L12.41 7.59L11 9L16 14Z", key: "7v5ll7" } ] ]); export { InstallMobile as default }; //# sourceMappingURL=install_mobile.js.map