Sha256: 2f082b4b48f18eb0297557832c878dbf92d701ab66e7686711f7fa2f28d4d606

Contents?: true

Size: 542 Bytes

Versions: 1982

Compression:

Stored size: 542 Bytes

Contents

import React from 'react'

import Icon from '../_icon'

const IconRotate = (props) => {
  return (
    <div>
      <Icon
          fixedWidth
          icon="user"
          rotation={90}
          size="2x"
          {...props}
      />
      <Icon
          fixedWidth
          icon="user"
          rotation={180}
          size="2x"
          {...props}
      />
      <Icon
          fixedWidth
          icon="user"
          rotation={270}
          size="2x"
          {...props}
      />
    </div>
  )
}

export default IconRotate

Version data entries

1,982 entries across 1,978 versions & 2 rubygems

Version Path
playbook_ui-12.8.0.pre.alpha.rubyandnpmalpharelease295 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-12.8.0.pre.alpha.rubyandnpmalpharelease294 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-12.8.0 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-12.7.1.pre.alpha.rubyandnpmalpharelease293 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-12.7.1.pre.alpha.rubyandnpmalpharelease292 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-12.7.1.pre.alpha.rubyandnpmalpharelease291 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-12.7.1.pre.alpha.alpharubyrelease281 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-12.7.1.pre.alpha.menu2 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-12.7.1.pre.alpha.menu1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-12.7.1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-12.7.0 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-12.6.0.pre.alpha.sectionseparator1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-12.6.0.pre.alpha.menuyml1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-12.6.0.pre.alpha.collapsible1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-12.6.0.pre.alpha.cssphone1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-12.6.0 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-12.5.0.pre.alpha.datepickerinput1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-12.5.0.pre.alpha.phonerails1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-12.5.0.pre.alpha.datepicker1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-12.5.0.pre.alpha.filter1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx