Sha256: e198c43eb0f08a670f42db1a902d1141e2199e339cb74ef1fecb27c7af063f1d
Contents?: true
Size: 215 Bytes
Versions: 187
Compression:
Stored size: 215 Bytes
Contents
import React from 'react' import { Icon } from '../../' const IconDefault = () => { return ( <div> <Icon fixedWidth icon="user" /> </div> ) } export default IconDefault
Version data entries
187 entries across 187 versions & 1 rubygems