Sha256: cadceec7dd162a38c5df9526bd2285d2b81e02ccce6a5f370de974b70012e474

Contents?: true

Size: 543 Bytes

Versions: 94

Compression:

Stored size: 543 Bytes

Contents

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

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

94 entries across 94 versions & 1 rubygems

Version Path
playbook_ui-9.3.0.alpha.inline2 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.3.0.alpha.inline1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.3.0.pre.alpha.password.strength.1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.3.0 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.2.2.pre.alpha.margin app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.2.2 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.2.1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.2.0 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.1.0 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.0.0 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-8.3.0.alpha.select.pre.margin app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-8.3.0 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-8.2.1.pre.alpha5 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-8.2.1.pre.alpha4 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-8.2.1.alpha.iconacc app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-8.2.1.pre.alpha3 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-8.2.1.pre.alpha2 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-8.3.0.deps2 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-8.3.0.pre.alpha1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-8.2.1.pre.alpha1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx