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