Sha256: c76ab3374a972d79e32696d5ad660ff3227ff8702744d27e756caf91e312d809

Contents?: true

Size: 475 Bytes

Versions: 187

Compression:

Stored size: 475 Bytes

Contents

import React from 'react'
import { Icon } from '../../'

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

export default IconRotate

Version data entries

187 entries across 187 versions & 1 rubygems

Version Path
playbook_ui-7.3.0.pre.alpha3 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-7.3.0.pre.alpha2 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-7.3.0.pre.alpha1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-7.2.0 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-7.1.2 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-7.1.0.pre.alpha2 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-7.1.1.pre.alpha1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-7.0.1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-7.1.1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-7.1.0.pre.alpha1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-7.1.0 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-7.0.1.pre.alpha15 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-6.8.2.pre.alpha1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-7.0.0.pre.alpha15 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-7.0.1.pre.alpha14 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-7.0.0.pre.alpha14 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-7.0.0.pre.alpha13 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-7.0.0.pre.alpha12 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-7.0.0 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-7.0.0.pre.alpha11 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx