Informed by Segment's Evergreen UI Framework it makes a lot more sense to have each icon SVG wrapped in a <span /> tag that defines the outer box, and let the SVG define the size of the icon itself.
This PR introduces a standard Icon component through which all icons should be acccessed. This component defines the outer icon box too.
Informed by Segment's Evergreen UI Framework it makes a lot more sense to have each icon SVG wrapped in a
<span />
tag that defines the outer box, and let the SVG define the size of the icon itself.This PR introduces a standard
Icon
component through which all icons should be acccessed. This component defines the outer icon box too.