react-icons / react-icons

svg react icons of popular icon packs
https://react-icons.github.io/react-icons/
Other
11.25k stars 725 forks source link

css: added cursor pointer, When the cursor moves over the icon #874

Closed tamalnh closed 5 months ago

tamalnh commented 6 months ago

added cursor pointer, When the cursor moves over the icon

.icon {
     ...
      cursor: pointer;
    }