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