ant-design / ant-design-icons

⭐ Ant Design SVG Icons
https://ant.design/components/icon/
MIT License
940 stars 577 forks source link

Add support for alternative text #508

Open nmoinvaz opened 2 years ago

nmoinvaz commented 2 years ago

This is a feature request to add support for alternative text (tooltip) to the SVG icons. I believe it can be done with a child <title></title> tag. I use the React icons with antd components. Some times people are unsure of the meaning of an icon so it would be a good idea to provide some text when they hover over it.