Sha256: 88c1a434fd32f1cb306db85dfe7a1d44c0018505c88ca5cc7d6202e94ac16579
Contents?: true
Size: 456 Bytes
Versions: 95
Compression:
Stored size: 456 Bytes
Contents
import React from 'react' import { IconValue } from '../../' const IconValueDark = () => { return ( <div> <IconValue dark icon="clipboard" text="33-123456" /> <br /> <IconValue dark icon="heart" text="93" /> <br /> <IconValue dark icon="clock" text="15min" /> </div> ) } export default IconValueDark
Version data entries
95 entries across 95 versions & 1 rubygems