UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 598 B
/** * @license google-material-icons v2.1.4 - 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 PhotoAlbum = createIcon("PhotoAlbum", [ [ "path", { d: "M18 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V4C20 2.9 19.1 2 18 2ZM18 20H6V4H11V11L13.5 9.5L16 11V4H18V20ZM13.62 13.5L17 18H7L9.38 14.83L11 17L13.62 13.5Z", key: "1kt3o0" } ] ]); export { PhotoAlbum as default }; //# sourceMappingURL=photo_album.js.map