MathPow / DevEngageAnalytics

DevEngageAnalytics is an open-source project aimed at tracking and analyzing social media statistics from platforms such as GitHub, GitLab, Stack Overflow, and LinkedIn. This project provides valuable insights into developer activity, engagement, trends, and sentiment analysis within the vibrant developer community.
https://mathpow.github.io/DevEngageAnalytics/
6 stars 3 forks source link

Add icon component #21

Closed MathPow closed 3 months ago

MathPow commented 3 months ago

Main Task

It would be a nice pratice to import the svgs by using a component. It should be easily and clean to use.

An option could be lucide-react but we would have many icons that we won't use and the main icons we need is compagnies icon. We could instead use this open-source project to download these icons et build a component ourself. It would be light weight and we would not depend on an other library.

MathPow commented 3 months ago

I use this small library for importing my .svg file in React component: https://react-svgr.com/docs/next/