UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 700 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.98 10L17.92 7.94L19.98 7L17.92 6.06L16.98 4L16.04 6.06L13.98 7L16.04 7.94L16.98 10ZM13.23 10.75L11.98 8L10.73 10.75L7.98 12L10.73 13.25L11.98 16L13.23 13.25L15.98 12L13.23 10.75Z", key: "2v846j" } ] ]); export { PhotoFilter as default }; //# sourceMappingURL=photo_filter.js.map