Skip to content

Commit

Permalink
[Icon Updates] Add / update 3/3 icons from Figma (#182)
Browse files Browse the repository at this point in the history
* add / update third group of icons from Figma

* remove use of equals icon
  • Loading branch information
ZeMunchkin committed Jan 30, 2020
1 parent 8b82f62 commit cf8e0c2
Show file tree
Hide file tree
Showing 28 changed files with 242 additions and 76 deletions.
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.
9 changes: 9 additions & 0 deletions src/svgs/icons/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export { default as ChatBubbleIcon } from './chat-bubble-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 ClockIcon } from './clock-icon.svg';
export { default as CloseIcon } from './close-icon.svg';
Expand Down Expand Up @@ -38,6 +39,7 @@ export { default as HomeIcon } from './home-icon.svg';
export { default as ImageIcon } from './image-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 LocationIcon } from './location-icon.svg';
export { default as LockIcon } from './lock-icon.svg';
export { default as LogoCIcon } from './logo-c-icon.svg';
Expand All @@ -57,29 +59,36 @@ export { default as PauseIcon } from './pause-icon.svg';
export { default as PaymentIcon } from './payment-icon.svg';
export { default as PhoneIcon } from './phone-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 PreviousIcon } from './previous-icon.svg';
export { default as ProviderIcon } from './provider-icon.svg';
export { default as QuestionCircleIcon } from './question-circle-icon.svg';
export { default as RefreshIcon } from './refresh-icon.svg';
export { default as RotateIcon } from './rotate-icon.svg';
export { default as SearchIcon } from './search-icon.svg';
export { default as SettingsIcon } from './settings-icon.svg';
export { default as ShuffleIcon } from './shuffle-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 SunIcon } from './sun-icon.svg';
export { default as TemperatureIcon } from './temperature-icon.svg';
export { default as ThumbsDownIcon } from './thumbs-down-icon.svg';
export { default as ThumbsUpIcon } from './thumbs-up-icon.svg';
export { default as TimerIcon } from './timer-icon.svg';
export { default as TransferIcon } from './transfer-icon.svg';
export { default as TrashIcon } from './trash-icon.svg';
export { default as TreatmentIcon } from './treatment-icon.svg';
export { default as TreatmentPlanIcon } from './treatment-plan-icon.svg';
export { default as TruckIcon } from './truck-icon.svg';
export { default as TungstenIcon } from './tungsten-icon.svg';
export { default as TwitterIcon } from './twitter-icon.svg';
export { default as UploadIcon } from './upload-icon.svg';
export { default as UserIcon } from './user-icon.svg';
export { default as VideoIcon } from './video-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

0 comments on commit cf8e0c2

Please sign in to comment.