-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5429262
commit b800602
Showing
1 changed file
with
14 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
export { ReactComponent as CloseIcon } from "./close-icon.svg"; | ||
export { ReactComponent as LogoLight } from "./logo-light.svg"; | ||
export { ReactComponent as LogoImageLight } from "./logo-light-image.svg"; | ||
export { ReactComponent as LogoTextLight } from "./logo-light-text.svg"; | ||
export { ReactComponent as PlusIcon } from "./plus-icon.svg"; | ||
export { ReactComponent as SearchIcon } from "./search-icon.svg"; | ||
export { ReactComponent as ImageIcon } from "./image-icon.svg"; | ||
export { ReactComponent as RightIcon } from "./right-icon.svg"; | ||
export { ReactComponent as LeftIcon } from "./left-icon.svg"; | ||
export { ReactComponent as OutwardIcon } from "./outward-icon.svg"; | ||
export { ReactComponent as PinIcon } from "./pin-icon.svg"; | ||
export { ReactComponent as ClickedPinIcon } from "./clicked-pin-icon.svg"; | ||
export { ReactComponent as CampusPinIcon } from "./campus-pin-icon.svg"; | ||
export { ReactComponent as Check } from "./check.svg"; | ||
export { default as CloseIcon } from "./close-icon.svg?react"; | ||
export { default as LogoLight } from "./logo-light.svg?react"; | ||
export { default as LogoImageLight } from "./logo-light-image.svg?react"; | ||
export { default as LogoTextLight } from "./logo-light-text.svg?react"; | ||
export { default as PlusIcon } from "./plus-icon.svg?react"; | ||
export { default as SearchIcon } from "./search-icon.svg?react"; | ||
export { default as ImageIcon } from "./image-icon.svg?react"; | ||
export { default as RightIcon } from "./right-icon.svg?react"; | ||
export { default as LeftIcon } from "./left-icon.svg?react"; | ||
export { default as OutwardIcon } from "./outward-icon.svg?react"; | ||
export { default as PinIcon } from "./pin-icon.svg?react"; | ||
export { default as ClickedPinIcon } from "./clicked-pin-icon.svg?react"; | ||
export { default as CampusPinIcon } from "./campus-pin-icon.svg?react"; | ||
export { default as Check } from "./check.svg?react"; |