google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 640 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 InvertColors = createIcon("InvertColors", [
[
"path",
{
d: "M12 5.31V19.5C8.69 19.5 6 16.87 6 13.63C6 12.07 6.62 10.6 7.75 9.49L12 5.31ZM6.35 8.06C4.9 9.49 4 11.46 4 13.63C4 17.98 7.58 21.5 12 21.5C16.42 21.5 20 17.98 20 13.63C20 11.46 19.1 9.49 17.65 8.06L12 2.5L6.35 8.06Z",
key: "m3lmv7"
}
]
]);
export { InvertColors as default };
//# sourceMappingURL=invert_colors.js.map