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