bcrumbs / reactackle

Open-source components library built with React and Styled-Components.
https://reactackle.braincrumbs.io
MIT License
279 stars 23 forks source link

Move IconFontAwesome from Icon into a separate package. #39

Closed netmenya closed 7 years ago

netmenya commented 7 years ago
  1. IconFontAwesome is now a default option for all our components, so we should replace it with custom icons.
  2. FInd out how to separate IconLibrary and IconFontAwesome without duplication of styles.

Probable alternative to the current font-awesome: https://gorangajic.github.io/react-icons/index.html

netmenya commented 7 years ago

We've decided to remove FontAwesome icons completely and release component for SVG icons instead. See https://github.com/bcrumbs/reactackle/pull/43