Javascript – adding properly text gradient to my svg component
I'm trying to add the gradient on text for my svg image. Here's my svg image: i've uploaded here in png format That's the way I'm trying to do that: export const HawllIcon: React.FC<IconSvgProps> = ({ size = 100, width,…