google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 776 B
JavaScript
/**
* @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: "M20.709 5.63055L18.369 3.29055C17.979 2.90055 17.349 2.90055 16.959 3.29055L13.839 6.41055L11.909 4.50055L10.499 5.91055L11.919 7.33055L2.99902 16.2505V21.0005H7.74902L16.669 12.0805L18.089 13.5005L19.499 12.0905L17.579 10.1705L20.699 7.05055C21.099 6.65055 21.099 6.02055 20.709 5.63055ZM6.91902 19.0005L4.99902 17.0805L13.059 9.02055L14.979 10.9405L6.91902 19.0005Z",
key: "ypdh2i"
}
]
]);
export { Colorize as default };
//# sourceMappingURL=colorize.js.map