Sha256: 600d41a2364149d01b4ef624ba4181883da6d9d2d33486326c4f4b1719a792bc
Contents?: true
Size: 644 Bytes
Versions: 2
Compression:
Stored size: 644 Bytes
Contents
import React from "react" import Icon from "../_icon" import {Caption} from "../.." const IconDefault = (props) => { return ( <div> <Icon fixedWidth icon='angles-down' {...props} /> <Icon fixedWidth icon='circle-arrow-right' {...props} /> <Icon fixedWidth icon='arrow-circle-right' {...props} /> <Caption marginY='md' text='Font Awesome (no alias & not in our Playbook-icons lib)' /> <Icon fixedWidth icon='elephant' {...props} /> </div> ) } export default IconDefault
Version data entries
2 entries across 2 versions & 2 rubygems