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>
);
}
Try Using this Approch