-
Notifications
You must be signed in to change notification settings - Fork 210
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
Showing
5 changed files
with
59 additions
and
69 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
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 |
---|---|---|
@@ -1,42 +1,42 @@ | ||
import React from 'react'; | ||
|
||
export const ActivityIcon = () => <div>Icon</div>; | ||
export const AddIcon = () => <div>Icon</div>; | ||
export const ArrowDownIcon = () => <div>Icon</div>; | ||
export const ArrowLeftIcon = () => <div>Icon</div>; | ||
export const ArrowRightIcon = () => <div>Icon</div>; | ||
export const ArrowUpIcon = () => <div>Icon</div>; | ||
export const ChartAverageIcon = () => <div>Icon</div>; | ||
export const ChemistryIcon = () => <div>Icon</div>; | ||
export const ChevronDownIcon = () => <div>Icon</div>; | ||
export const ChevronLeftIcon = () => <div>Icon</div>; | ||
export const ChevronRightIcon = () => <div>Icon</div>; | ||
export const ChevronUpIcon = () => <div>Icon</div>; | ||
export const CloseFilledIcon = () => <div>Icon</div>; | ||
export const CloseIcon = () => <div>Icon</div>; | ||
export const CloseOutlineIcon = () => <div>Icon</div>; | ||
export const DownloadIcon = () => <div>Icon</div>; | ||
export const EditIcon = () => <div>Icon</div>; | ||
export const ImageMedicalIcon = () => <div>Icon</div>; | ||
export const RadiologyIcon = () => <div>Icon</div>; | ||
export const ListCheckedIcon = () => <div>Icon</div>; | ||
export const ConditionsIcon = () => <div>Icon</div>; | ||
export const LocationIcon = () => <div>Icon</div>; | ||
export const MoneyIcon = () => <div>Icon</div>; | ||
export const MicroscopeIcon = () => <div>Icon</div>; | ||
export const ResetIcon = () => <div>Icon</div>; | ||
export const TranslateIcon = () => <div>Icon</div>; | ||
export const SaveIcon = () => <div>Icon</div>; | ||
export const SearchIcon = () => <div>Icon</div>; | ||
export const SwitcherIcon = () => <div>Icon</div>; | ||
export const ShoppingCartIcon = () => <div>Icon</div>; | ||
export const ShoppingCartArrowDownIcon = () => <div>Icon</div>; | ||
export const ShoppingCartAddItemIcon = () => <div>Icon</div>; | ||
export const TimeIcon = () => <div>Icon</div>; | ||
export const ToolsIcon = () => <div>Icon</div>; | ||
export const TrashCanIcon = () => <div>Icon</div>; | ||
export const UserAvatarIcon = () => <div>Icon</div>; | ||
export const UserXrayIcon = () => <div>Icon</div>; | ||
export const WarningIcon = () => <div>Icon</div>; | ||
export const AllergiesIcon = () => <div>Icon</div>; | ||
export const ActivityIcon = () => <div>ActivityIcon</div>; | ||
export const AddIcon = () => <div>AddIcon</div>; | ||
export const ArrowDownIcon = () => <div>ArrowDownIcon</div>; | ||
export const ArrowLeftIcon = () => <div>ArrowLeftIcon</div>; | ||
export const ArrowRightIcon = () => <div>ArrowRightIcon</div>; | ||
export const ArrowUpIcon = () => <div>ArrowUpIcon</div>; | ||
export const ChartAverageIcon = () => <div>ChartAverageIcon</div>; | ||
export const ChemistryIcon = () => <div>ChemistryIcon</div>; | ||
export const ChevronDownIcon = () => <div>ChevronDownIcon</div>; | ||
export const ChevronLeftIcon = () => <div>ChevronLeftIcon</div>; | ||
export const ChevronRightIcon = () => <div>ChevronRightIcon</div>; | ||
export const ChevronUpIcon = () => <div>ChevronUpIcon</div>; | ||
export const CloseFilledIcon = () => <div>CloseFilledIcon</div>; | ||
export const CloseIcon = () => <div>CloseIcon</div>; | ||
export const CloseOutlineIcon = () => <div>CloseOutlineIcon</div>; | ||
export const DownloadIcon = () => <div>DownloadIcon</div>; | ||
export const EditIcon = () => <div>EditIcon</div>; | ||
export const ImageMedicalIcon = () => <div>ImageMedicalIcon</div>; | ||
export const RadiologyIcon = () => <div>RadiologyIcon</div>; | ||
export const ListCheckedIcon = () => <div>ListCheckedIcon</div>; | ||
export const ConditionsIcon = () => <div>ConditionsIcon</div>; | ||
export const LocationIcon = () => <div>LocationIcon</div>; | ||
export const MoneyIcon = () => <div>MoneyIcon</div>; | ||
export const MicroscopeIcon = () => <div>MicroscopeIcon</div>; | ||
export const ResetIcon = () => <div>ResetIcon</div>; | ||
export const TranslateIcon = () => <div>TranslateIcon</div>; | ||
export const SaveIcon = () => <div>SaveIcon</div>; | ||
export const SearchIcon = () => <div>SearchIcon</div>; | ||
export const SwitcherIcon = () => <div>SwitcherIcon</div>; | ||
export const ShoppingCartIcon = () => <div>ShoppingCartIcon</div>; | ||
export const ShoppingCartArrowDownIcon = () => <div>ShoppingCartArrowDownIcon</div>; | ||
export const ShoppingCartAddItemIcon = () => <div>ShoppingCartAddItemIcon</div>; | ||
export const TimeIcon = () => <div>TimeIcon</div>; | ||
export const ToolsIcon = () => <div>ToolsIcon</div>; | ||
export const TrashCanIcon = () => <div>TrashCanIcon</div>; | ||
export const UserAvatarIcon = () => <div>UserAvatarIcon</div>; | ||
export const UserXrayIcon = () => <div>UserXrayIcon</div>; | ||
export const WarningIcon = () => <div>WarningIcon</div>; | ||
export const AllergiesIcon = () => <div>AllergiesIcon</div>; | ||
export const Icon = () => <div>Icon</div>; |