UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 652 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 AddToHomeScreen = createIcon("AddToHomeScreen", [ [ "path", { d: "M18.5 1.01L8.5 1C7.4 1 6.5 1.9 6.5 3V6H8.5V5H18.5V19H8.5V18H6.5V21C6.5 22.1 7.4 23 8.5 23H18.5C19.6 23 20.5 22.1 20.5 21V3C20.5 1.9 19.6 1.01 18.5 1.01ZM10.5 15H12.5V8H5.5V10H9.09L3.5 15.59L4.91 17L10.5 11.41V15Z", key: "1djxlp" } ] ]); export { AddToHomeScreen as default }; //# sourceMappingURL=add_to_home_screen.js.map