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