Sha256: 093381e0af7b3460419b1cd8bc589cb78ce023fe6089418b291fd5fb34b542f3
Contents?: true
Size: 506 Bytes
Versions: 187
Compression:
Stored size: 506 Bytes
Contents
import React from 'react' import { Icon } from '../../' const IconFlip = () => { return ( <div> <Icon fixedWidth flip="horizontal" icon="question-circle" size="2x" /> <Icon fixedWidth flip="vertical" icon="question-circle" size="2x" /> <Icon fixedWidth flip="both" icon="question-circle" size="2x" /> </div> ) } export default IconFlip
Version data entries
187 entries across 187 versions & 1 rubygems