Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Icon Updates] Add / update 3/3 icons from Figma #182

Merged
merged 3 commits into from
Jan 30, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions src/svgs/icons/calendar-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions src/svgs/icons/checkmark-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions src/svgs/icons/chevron-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/svgs/icons/circle-checkmark-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions src/svgs/icons/clipboard-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 15 additions & 3 deletions src/svgs/icons/download-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 8 additions & 4 deletions src/svgs/icons/equals-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 14 additions & 9 deletions src/svgs/icons/eye-closed-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions src/svgs/icons/facebook-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 6 additions & 7 deletions src/svgs/icons/google-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion src/svgs/icons/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export { default as CameraIcon } from './camera-icon.svg';
export { default as CheckmarkCircleIcon } from './checkmark-circle-icon.svg';
export { default as CheckmarkIcon } from './checkmark-icon.svg';
export { default as ChevronIcon } from './chevron-icon.svg';
export { default as CircleCheckmarkIcon } from './circle-checkmark-icon.svg';
export { default as ClipboardIcon } from './clipboard-icon.svg';
export { default as CloseIcon } from './close-icon.svg';
export { default as CreditCardIcon } from './credit-card-icon.svg';
Expand All @@ -27,6 +28,7 @@ export { default as GoogleIcon } from './google-icon.svg';
export { default as HeartIcon } from './heart-icon.svg';
export { default as InfoIcon } from './info-icon.svg';
export { default as InstagramIcon } from './instagram-icon.svg';
export { default as LightningIcon } from './lightning-icon.svg';
export { default as LockIcon } from './lock-icon.svg';
export { default as LogoCIcon } from './logo-c-icon.svg';
export { default as LogoCondensedIcon } from './logo-condensed-icon.svg';
Expand All @@ -40,16 +42,22 @@ export { default as MoreIcon } from './more-icon.svg';
export { default as NotificationsIcon } from './notifications-icon.svg';
export { default as PaperclipIcon } from './paperclip-icon.svg';
export { default as PhotosIcon } from './photos-icon.svg';
export { default as PinterestIcon } from './pinterest-icon.svg';
export { default as PlanIcon } from './plan-icon.svg';
export { default as PlayIcon } from './play-icon.svg';
export { default as PlusIcon } from './plus-icon.svg';
export { default as PostcardIcon } from './postcard-icon.svg';
export { default as ProviderIcon } from './provider-icon.svg';
export { default as QuestionCircleIcon } from './question-circle-icon.svg';
export { default as RotateIcon } from './rotate-icon.svg';
export { default as SmileIcon } from './smile-icon.svg';
export { default as SnapchatIcon } from './snapchat-icon.svg';
export { default as StarFilledIcon } from './star-filled-icon.svg';
export { default as StarIcon } from './star-icon.svg';
export { default as ThumbsDownIcon } from './thumbs-down-icon.svg';
export { default as ThumbsUpIcon } from './thumbs-up-icon.svg';
export { default as TransferIcon } from './transfer-icon.svg';
export { default as TreatmentPlanIcon } from './treatment-plan-icon.svg';
export { default as TruckIcon } from './truck-icon.svg';
export { default as TwitterIcon } from './twitter-icon.svg';

export { default as YouTubeIcon } from './you-tube-icon.svg';
9 changes: 9 additions & 0 deletions src/svgs/icons/lightning-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions src/svgs/icons/logout-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/svgs/icons/pinterest-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading