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