Sha256: 2f082b4b48f18eb0297557832c878dbf92d701ab66e7686711f7fa2f28d4d606

Contents?: true

Size: 542 Bytes

Versions: 1923

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,923 entries across 1,919 versions & 2 rubygems

Version Path
playbook_ui_docs-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5340 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5340 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui_docs-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5339 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5339 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui_docs-14.12.0.pre.rc.3 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-14.12.0.pre.rc.3 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui_docs-14.12.0.pre.rc.2 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-14.12.0.pre.rc.2 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui_docs-14.12.0.pre.rc.1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-14.12.0.pre.rc.1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui_docs-14.12.0.pre.rc.0 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-14.12.0.pre.rc.0 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui_docs-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5315 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5315 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui_docs-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5314 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5314 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui_docs-14.10.0.pre.alpha.PLAY1750pbcontenttagkitbutton5308 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-14.10.0.pre.alpha.PLAY1750pbcontenttagkitbutton5308 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-14.11.1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui_docs-14.11.0.pre.rc.17 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx