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