|
import aboutIcon from './aboutIcon.svg'; |
|
import homeIcon from './homeIcon.svg'; |
|
import commentLg from './commentLg.svg'; |
|
import contactIcon from './contactIcon.svg'; |
|
import doc from './doc.svg'; |
|
import facebook from './facebook.svg'; |
|
import FAQIcon from './FAQIcon.svg'; |
|
import footerLogo from './footerLogo.svg'; |
|
import github from './github.svg'; |
|
import google from './google.svg'; |
|
import joinOn from './joinOn.svg'; |
|
import location from './location.svg'; |
|
import personalWebsite from './personalWebsite.svg'; |
|
import readingListIcon from './readingListIcon.svg'; |
|
import tag from './tag.svg'; |
|
import tagIcon from './tagIcon.svg'; |
|
import twitter from './twitter.svg'; |
|
|
|
import AuthorIcon from './AuthorIcon'; |
|
import CommentIcon from './CommentIcon'; |
|
import RedHeart from './RedHeart'; |
|
import SettingIcon from './SettingIcon'; |
|
import Option from './Option'; |
|
import HeartIcon from './HeartIcon'; |
|
import Heart from './Heart'; |
|
import AlreadyHearted from './AlreadyHearted'; |
|
import Save from './Save'; |
|
import AlreadySaved from './AlreadySaved'; |
|
import Unicorn from './Unicorn'; |
|
import AlreadyUnicorned from './AlreadyUnicorned'; |
|
|
|
export { |
|
aboutIcon, |
|
AuthorIcon, |
|
homeIcon, |
|
CommentIcon, |
|
commentLg, |
|
contactIcon, |
|
doc, |
|
facebook, |
|
FAQIcon, |
|
footerLogo, |
|
github, |
|
google, |
|
HeartIcon, |
|
joinOn, |
|
location, |
|
personalWebsite, |
|
readingListIcon, |
|
RedHeart, |
|
SettingIcon, |
|
tag, |
|
tagIcon, |
|
twitter, |
|
Option, |
|
Heart, |
|
AlreadyHearted, |
|
Save, |
|
AlreadySaved, |
|
Unicorn, |
|
AlreadyUnicorned, |
|
}; |
|
|