UNPKG

react-conventions

Version:

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

9 lines (6 loc) 231 B
import React from 'react' import Icon from 'react-conventions/lib/Icon' const ExampleIconCustom = () => ( <Icon name='icon-power-1' width='48' height='48' fill='#FFE779' className='custom' /> ) export default ExampleIconCustom