UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 594 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 LocalMovies = createIcon("LocalMovies", [ [ "path", { d: "M14 5V19H10V5H14ZM20 3H18V5H16V3H8V5H6V3H4V21H6V19H8V21H16V19H18V21H20V3ZM16 9V7H18V9H16ZM6 9V7H8V9H6ZM16 13V11H18V13H16ZM6 13V11H8V13H6ZM16 17V15H18V17H16ZM6 17V15H8V17H6Z", key: "b46ycr" } ] ]); export { LocalMovies as default }; //# sourceMappingURL=local_movies.js.map