communityconnect icon indicating copy to clipboard operation
communityconnect copied to clipboard

Resources Icons

Open Leftere opened this issue 6 years ago • 1 comments

I'm trying to use FontAwesome for our resources icons.

As of right now I use props to find resources category and would like to match them with an appropriate icon.

Any suggestion on how to replace this link "https://cdn0.iconfinder.com/data/icons/business-human-resources-2/128/60-512.png", with an actual icon or component?

I will eventually create a functional component with a switch in it, where I will least all of our categories and matched icons

code

Leftere avatar Aug 15 '19 18:08 Leftere

Any suggestion on how to replace this link "https://cdn0.iconfinder.com/data/icons/business-human-resources-2/128/60-512.png", with an actual icon or component?

One way to do this is to create another file assigning each link to a name, and importing that file to wherever you are coding this. However, I think #387 is a better way to do this, as it would be faster. However, we would have to plan out which specific icons we want to end up using.

RajChaudhry avatar Aug 18 '19 14:08 RajChaudhry