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

Version Path
playbook_ui-10.0.1 app/pb_kits/playbook/pb_icon/docs/_icon_pull.jsx
playbook_ui-10.0.0 app/pb_kits/playbook/pb_icon/docs/_icon_pull.jsx
playbook_ui-9.19.0.pre.alpha.pre.fonts2 app/pb_kits/playbook/pb_icon/docs/_icon_pull.jsx