-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2254 from graphcommerce-org/fix/plugins
Fix/plugins
- Loading branch information
Showing
9 changed files
with
228 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
export { default as iconArrowDown } from './icons/arrow-down.svg' | ||
export { default as iconArrowBack } from './icons/arrow-left.svg' | ||
export { default as iconArrowForward } from './icons/arrow-right.svg' | ||
export { default as iconArrowUp } from './icons/arrow-up.svg' | ||
export { default as iconShoppingBag } from './icons/bag.svg' | ||
export { default as iconInvoice } from './icons/box-alt.svg' | ||
export { default as iconBox } from './icons/box.svg' | ||
export { default as iconOrderBefore } from './icons/calendar.svg' | ||
export { default as iconCancelAlt } from './icons/cancel-alt.svg' | ||
export { default as iconCartAdd } from './icons/cart-add.svg' | ||
export { default as iconCart } from './icons/cart.svg' | ||
export { default as iconChat } from './icons/chat-alt.svg' | ||
export { default as iconCustomerService } from './icons/chat.svg' | ||
export { default as iconChevronDown } from './icons/chevron-down.svg' | ||
export { default as iconChevronBack, default as iconChevronLeft } from './icons/chevron-left.svg' | ||
export { default as iconChevronRight } from './icons/chevron-right.svg' | ||
export { default as iconChevronUp } from './icons/chevron-up.svg' | ||
export { default as iconCirle } from './icons/circle.svg' | ||
export { default as iconClose } from './icons/close.svg' | ||
export { default as iconCompare } from './icons/compare-arrows.svg' | ||
export { default as iconCreditCard, default as iconId } from './icons/credit-card.svg' | ||
export { default as iconEllypsis } from './icons/ellypsis.svg' | ||
export { default as iconEmail, default as iconEmailOutline } from './icons/envelope-alt.svg' | ||
export { default as icon404 } from './icons/explore.svg' | ||
export { default as iconEyeClosed } from './icons/eye-closed.svg' | ||
export { default as iconEyeCrossed } from './icons/eye-crossed.svg' | ||
export { default as iconEye } from './icons/eye.svg' | ||
export { default as iconHeart } from './icons/favourite.svg' | ||
export { default as iconMenu } from './icons/hamburger.svg' | ||
export { default as iconParty } from './icons/happy-face.svg' | ||
export { default as iconAddresses, default as iconHome } from './icons/home-alt.svg' | ||
export { default as iconLanguage } from './icons/language.svg' | ||
export { default as iconLocation } from './icons/location.svg' | ||
export { default as iconLock } from './icons/lock.svg' | ||
export { default as iconFullscreen } from './icons/maximise.svg' | ||
export { default as iconFullscreenExit } from './icons/minimise.svg' | ||
export { default as iconMin } from './icons/minus.svg' | ||
export { default as iconMoon } from './icons/moon.svg' | ||
export { default as iconNewspaper } from './icons/news.svg' | ||
export { default as iconCheckmark } from './icons/ok.svg' | ||
export { default as iconPerson } from './icons/person-alt.svg' | ||
export { default as iconPlay } from './icons/play.svg' | ||
export { default as iconPlus } from './icons/plus.svg' | ||
export { default as iconShutdown } from './icons/power.svg' | ||
export { default as iconRefresh } from './icons/refresh.svg' | ||
export { default as iconSadFace } from './icons/sad-face.svg' | ||
export { default as iconSearch } from './icons/search.svg' | ||
export { default as iconPhone } from './icons/smartphone.svg' | ||
export { default as iconStar } from './icons/star.svg' | ||
export { default as iconSun } from './icons/sun.svg' |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.