Sha256: be368d8e38f0dd94bb95e28ef2ae718f28deeb3f4f4daf473fcc90d01e5b9f13
Contents?: true
Size: 573 Bytes
Versions: 5
Compression:
Stored size: 573 Bytes
Contents
import React from 'react' import { IconValue } from '../../' const IconValueAlignDark = (props) => { return ( <div> <IconValue dark icon="heart" text="93" {...props} /> <br /> <IconValue align="center" dark icon="comment" text="5" {...props} /> <br /> <IconValue align="right" dark icon="clock" text="15min" {...props} /> </div> ) } export default IconValueAlignDark
Version data entries
5 entries across 5 versions & 1 rubygems