uswitch / ustyle

A living styleguide and pattern library by uSwitch.
https://ustyle.guide
Other
19 stars 5 forks source link

Update/update iconography #359

Closed domtronn closed 4 years ago

domtronn commented 4 years ago

To anyone using the new icons, without ustyle-react, you should use the following example in React

<svg>
  <use xlinkHref='/icons.svg#icon-name-of-icon' />
</svg>