Sha256: 013a09e8ebc727b371b0018e68b1685e405099f5be8d274493587efa255ab2d3
Contents?: true
Size: 417 Bytes
Versions: 1923
Compression:
Stored size: 417 Bytes
Contents
import React from 'react' import Icon from '../_icon' 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
1,923 entries across 1,919 versions & 2 rubygems