Sha256: 771f214f036f0484e73e979f1ba66d298c37ac6611e34c0744f73c412cde8589
Contents?: true
Size: 574 Bytes
Versions: 1923
Compression:
Stored size: 574 Bytes
Contents
import React from 'react' import Icon from '../_icon' const IconAnimate = (props) => { return ( <div> <p> <Icon fixedWidth icon="spinner" size="2x" spin {...props} /> {' '} <span>{'Spin'}</span> </p> <br /> <p> <Icon fixedWidth icon="spinner" pulse size="2x" {...props} /> {' '} <span>{'Pulse'}</span> </p> </div> ) } export default IconAnimate
Version data entries
1,923 entries across 1,919 versions & 2 rubygems