Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
refactor: Update stories and exports
Browse files Browse the repository at this point in the history
  • Loading branch information
rppld committed Jul 30, 2019
1 parent 0ee985b commit ee4b6e5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
14 changes: 8 additions & 6 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ export { Android } from './Android'
export { Apple } from './Apple'
export { ArrowDown } from './ArrowDown'
export { Avatar } from './Avatar'
export { AvatarAlt } from './AvatarAlt'
export { Calendar } from './Calendar'
export { Cart } from './Cart'
export { Chat } from './Chat'
export { ChatAlt } from './ChatAlt'
export { Checkmark } from './Checkmark'
export { CheckmarkRounded } from './CheckmarkRounded'
export { ChevronDown } from './ChevronDown'
Expand Down Expand Up @@ -38,6 +36,7 @@ export { Happy } from './Happy'
export { House } from './House'
export { Image } from './Image'
export { Info } from './Info'
export { InfoRounded } from './InfoRounded'
export { Instagram } from './Instagram'
export { List } from './List'
export { ListAlt } from './ListAlt'
Expand All @@ -46,10 +45,10 @@ export { Logout } from './Logout'
export { MagnifyingGlass } from './MagnifyingGlass'
export { MagnifyingGlassAlt } from './MagnifyingGlassAlt'
export { Medium } from './Medium'
export { Megaphone } from './Megaphone'
export { Messenger } from './Messenger'
export { Minus } from './Minus'
export { MinusAlt } from './MinusAlt'
export { MinusRounded } from './MinusRounded'
export { MobilePhone } from './MobilePhone'
export { Padlock } from './Padlock'
export { Paperclip } from './Paperclip'
Expand All @@ -60,14 +59,17 @@ export { Pin } from './Pin'
export { Play } from './Play'
export { Plus } from './Plus'
export { PlusAlt } from './PlusAlt'
export { Questionmark } from './Questionmark'
export { QuestionmarkAlt } from './QuestionmarkAlt'
export { PlusRounded } from './PlusRounded'
export { QuestionMark } from './QuestionMark'
export { QuestionMarkRounded } from './QuestionMarkRounded'
export { Refresh } from './Refresh'
export { Row } from './Row'
export { Sad } from './Sad'
export { Seat } from './Seat'
export { Section } from './Section'
export { SellTicket } from './SellTicket'
export { Share } from './Share'
export { ShareAlt } from './ShareAlt'
export { SoundCloud } from './SoundCloud'
export { Spinner } from './Spinner'
export { Spotify } from './Spotify'
Expand All @@ -79,5 +81,5 @@ export { TicketSwap } from './TicketSwap'
export { Trash } from './Trash'
export { Twitter } from './Twitter'
export { Warning } from './Warning'
export { WarningAlt } from './WarningAlt'
export { WarningRounded } from './WarningRounded'
export { WhatsApp } from './WhatsApp'
14 changes: 8 additions & 6 deletions src/index.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ storiesOf('Comets', module).add('all', () => (
<Icon.Apple title="Apple" />
<Icon.ArrowDown title="ArrowDown" />
<Icon.Avatar title="Avatar" />
<Icon.AvatarAlt title="AvatarAlt" />
<Icon.Calendar title="Calendar" />
<Icon.Cart title="Cart" />
<Icon.Chat title="Chat" />
<Icon.ChatAlt title="ChatAlt" />
<Icon.Checkmark title="Checkmark" />
<Icon.CheckmarkRounded title="CheckmarkRounded" />
<Icon.ChevronDown title="ChevronDown" />
Expand Down Expand Up @@ -50,6 +48,7 @@ storiesOf('Comets', module).add('all', () => (
<Icon.House title="House" />
<Icon.Image title="Image" />
<Icon.Info title="Info" />
<Icon.InfoRounded title="InfoRounded" />
<Icon.Instagram title="Instagram" />
<Icon.List title="List" />
<Icon.ListAlt title="ListAlt" />
Expand All @@ -58,10 +57,10 @@ storiesOf('Comets', module).add('all', () => (
<Icon.MagnifyingGlass title="MagnifyingGlass" />
<Icon.MagnifyingGlassAlt title="MagnifyingGlassAlt" />
<Icon.Medium title="Medium" />
<Icon.Megaphone title="Megaphone" />
<Icon.Messenger title="Messenger" />
<Icon.Minus title="Minus" />
<Icon.MinusAlt title="MinusAlt" />
<Icon.MinusRounded title="MinusRounded" />
<Icon.MobilePhone title="MobilePhone" />
<Icon.Padlock title="Padlock" />
<Icon.Paperclip title="Paperclip" />
Expand All @@ -72,14 +71,17 @@ storiesOf('Comets', module).add('all', () => (
<Icon.Play title="Play" />
<Icon.Plus title="Plus" />
<Icon.PlusAlt title="PlusAlt" />
<Icon.Questionmark title="Questionmark" />
<Icon.QuestionmarkAlt title="QuestionmarkAlt" />
<Icon.PlusRounded title="PlusRounded" />
<Icon.QuestionMark title="QuestionMark" />
<Icon.QuestionMarkRounded title="QuestionMarkRounded" />
<Icon.Refresh title="Refresh" />
<Icon.Row title="Row" />
<Icon.Sad title="Sad" />
<Icon.Seat title="Seat" />
<Icon.Section title="Section" />
<Icon.SellTicket title="SellTicket" />
<Icon.Share title="Share" />
<Icon.ShareAlt title="ShareAlt" />
<Icon.SoundCloud title="SoundCloud" />
<Icon.Spinner title="Spinner" />
<Icon.Spotify title="Spotify" />
Expand All @@ -91,7 +93,7 @@ storiesOf('Comets', module).add('all', () => (
<Icon.Trash title="Trash" />
<Icon.Twitter title="Twitter" />
<Icon.Warning title="Warning" />
<Icon.WarningAlt title="WarningAlt" />
<Icon.WarningRounded title="WarningRounded" />
<Icon.WhatsApp title="WhatsApp" />
</div>
))

0 comments on commit ee4b6e5

Please sign in to comment.