google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1 kB
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 InvertColorsOff = createIcon("InvertColorsOff", [
[
"path",
{
d: "M21.8996 20.8902L3.51961 2.5102L2.09961 3.9202L6.29961 8.1202C5.29961 9.4302 4.69961 11.0602 4.69961 12.8202C4.70961 17.1802 8.28961 20.7002 12.7096 20.7002C14.4596 20.7002 16.0696 20.1402 17.3796 19.2002L20.4796 22.3002L21.8996 20.8902ZM12.7096 18.7002C9.39961 18.7002 6.70961 16.0702 6.70961 12.8302C6.70961 11.6402 7.06961 10.5102 7.72961 9.5502L12.7096 14.5302V18.7002ZM9.08961 5.2602L12.7096 1.7002L18.3596 7.2602C19.8096 8.6902 20.7096 10.6602 20.7096 12.8302C20.7096 14.0102 20.4396 15.1202 19.9696 16.1302L12.7096 8.8702V4.5102L10.5096 6.6702L9.08961 5.2602Z",
key: "5rcngm"
}
]
]);
export { InvertColorsOff as default };
//# sourceMappingURL=invert_colors_off.js.map