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.19.0 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.19.0.pre.alphafonts app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.18.0.flow.bin.alpha app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.18.0 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.17.0 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.17.0.pre.decouple.website2 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.16.0 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.15.0 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.15.0.pre.decouple.website1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.14.1.alpha.radio.alignment app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.14.1.alpha.highcharts9 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.14.1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.13.0 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.12.0 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.12.0.pre.text.addon app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.11.0 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.10.0 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.10.0.pre.date.time.stacked.1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.10.0.pre.alpha2 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
playbook_ui-9.10.0.pre.alpha1 app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx