UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 671 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 PhotoFilter = createIcon("PhotoFilter", [ [ "path", { d: "M19 10V19H4.98V5H13.98V3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V10H19ZM16.06 7.94L17 10L17.94 7.94L20 7L17.94 6.06L17 4L16.06 6.06L14 7L16.06 7.94ZM12 8L10.75 10.75L8 12L10.75 13.25L12 16L13.25 13.25L16 12L13.25 10.75L12 8Z", key: "2befb7" } ] ]); export { PhotoFilter as default }; //# sourceMappingURL=photo_filter.js.map