React Component for Icons using Inline SVG

added by JavaScript Kicks
3/23/2015 11:19:34 AM

920 Views

React supports several SVG elements which means you can embed your icon code directly into a component. Inline SVG has good browser support and by using it you can save HTTP requests, icons are still cachable and you can control them using CSS.


0 comments