UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 785 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 Colorize = createIcon("Colorize", [ [ "path", { d: "M17.659 5.41L18.579 6.33L15.889 9.02L14.969 8.1L17.659 5.41ZM17.669 3C17.409 3 17.159 3.1 16.959 3.29L13.839 6.41L11.909 4.5L10.499 5.91L11.919 7.33L2.99902 16.25V21H7.74902L16.669 12.08L18.089 13.5L19.499 12.09L17.579 10.17L20.699 7.05C21.099 6.65 21.099 6.02 20.709 5.63L18.369 3.29C18.169 3.1 17.919 3 17.669 3ZM6.91902 19L4.99902 17.08L13.059 9.02L14.979 10.94L6.91902 19Z", key: "fq2899" } ] ]); export { Colorize as default }; //# sourceMappingURL=colorize.js.map