UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 776 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 BrowseGallery = createIcon("BrowseGallery", [ [ "path", { d: "M9 3C4.03 3 0 7.03 0 12C0 16.97 4.03 21 9 21C13.97 21 18 16.97 18 12C18 7.03 13.97 3 9 3ZM11.79 16.21L8 12.41V7H10V11.59L13.21 14.8L11.79 16.21Z", key: "czamkb" } ], [ "path", { d: "M17.99 3.52V5.68C20.36 6.8 22 9.21 22 12C22 14.79 20.36 17.2 17.99 18.32V20.48C21.48 19.24 24 15.91 24 12C24 8.09 21.48 4.76 17.99 3.52Z", key: "1kvhak" } ] ]); export { BrowseGallery as default }; //# sourceMappingURL=browse_gallery.js.map