I found gr images cannot be changed color, do you know how to solve this problem? Thank you.
import React from "react";
import "./styles.css";
import { GrAssistListening } from "react-icons/gr";
export default function App() {
return (
<div>
<GrAssistListening color="red" size="xlarge" />
</div>
);
}
This is kind of old but since there were no answers on it, it might help some other people. Unfortunately we need to go the ugly way..