Sha256: 14488f910dc76f3c119e8ca7676de86b26b7a174271f0bea67a05fd7b9cc95e1
Contents?: true
Size: 418 Bytes
Versions: 94
Compression:
Stored size: 418 Bytes
Contents
import React from 'react' import { Icon } from '../../' const IconPull = (props) => { return ( <div> <Icon fixedWidth icon="arrow-left" pull="left" size="2x" {...props} /> <Icon fixedWidth icon="arrow-right" pull="right" size="2x" {...props} /> </div> ) } export default IconPull
Version data entries
94 entries across 94 versions & 1 rubygems