UNPKG

react-conventions

Version:

An open source set of React components that implement Ambassador's Design and UX patterns.

9 lines (6 loc) 178 B
import React from 'react' import Icon from 'react-conventions/lib/Icon' const ExampleIconDefault = () => ( <Icon name='icon-check-1-1' /> ) export default ExampleIconDefault