Sha256: 2f082b4b48f18eb0297557832c878dbf92d701ab66e7686711f7fa2f28d4d606
Contents?: true
Size: 542 Bytes
Versions: 1923
Compression:
Stored size: 542 Bytes
Contents
import React from 'react' import Icon from '../_icon' 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
1,923 entries across 1,919 versions & 2 rubygems