Added text editor icons from font awesome
This commit is contained in:
@ -11,6 +11,34 @@ const style = {
|
||||
storiesOf('Icon', module)
|
||||
.add('Default View', () => (
|
||||
<div style={style}>
|
||||
<Icon type="bold"/>
|
||||
<Icon type="italic"/>
|
||||
<Icon type="list"/>
|
||||
<Icon type="font"/>
|
||||
<Icon type="text-height"/>
|
||||
<Icon type="text-width"/>
|
||||
<Icon type="align-left"/>
|
||||
<Icon type="align-center"/>
|
||||
<Icon type="align-right"/>
|
||||
<Icon type="align-justify"/>
|
||||
<Icon type="indent-left"/>
|
||||
<Icon type="indent-right"/>
|
||||
<Icon type="list-bullet"/>
|
||||
<Icon type="list-numbered"/>
|
||||
<Icon type="strike"/>
|
||||
<Icon type="underline"/>
|
||||
<Icon type="table"/>
|
||||
<Icon type="superscript"/>
|
||||
<Icon type="subscript"/>
|
||||
<Icon type="header"/>
|
||||
<Icon type="h1"/>
|
||||
<Icon type="h2"/>
|
||||
<Icon type="paragraph"/>
|
||||
<Icon type="link"/>
|
||||
<Icon type="unlink"/>
|
||||
<Icon type="quote-left"/>
|
||||
<Icon type="quote-right"/>
|
||||
<Icon type="code"/>
|
||||
<Icon type="note"/>
|
||||
<Icon type="note-beamed"/>
|
||||
<Icon type="music"/>
|
||||
@ -45,7 +73,7 @@ storiesOf('Icon', module)
|
||||
<Icon type="info-circled"/>
|
||||
<Icon type="back"/>
|
||||
<Icon type="home"/>
|
||||
<Icon type="link"/>
|
||||
<Icon type="link-alt"/>
|
||||
<Icon type="attach"/>
|
||||
<Icon type="lock"/>
|
||||
<Icon type="lock-open"/>
|
||||
@ -63,7 +91,7 @@ storiesOf('Icon', module)
|
||||
<Icon type="reply-all"/>
|
||||
<Icon type="forward"/>
|
||||
<Icon type="quote"/>
|
||||
<Icon type="code"/>
|
||||
<Icon type="code-alt"/>
|
||||
<Icon type="export"/>
|
||||
<Icon type="pencil"/>
|
||||
<Icon type="feather"/>
|
||||
|
Reference in New Issue
Block a user