diff --git a/src/svgs/icons/calendar-icon.svg b/src/svgs/icons/calendar-icon.svg index 70c441ad3..2f96652f7 100644 --- a/src/svgs/icons/calendar-icon.svg +++ b/src/svgs/icons/calendar-icon.svg @@ -1,3 +1,9 @@ - - + + Calendar Icon + + + + + + diff --git a/src/svgs/icons/checkmark-icon.svg b/src/svgs/icons/checkmark-icon.svg index 517c04f14..960eeb477 100644 --- a/src/svgs/icons/checkmark-icon.svg +++ b/src/svgs/icons/checkmark-icon.svg @@ -1,4 +1,9 @@ - - Done - + + Checkmark Icon + + + + + + diff --git a/src/svgs/icons/chevron-icon.svg b/src/svgs/icons/chevron-icon.svg index ac1c8154c..75fc397f4 100644 --- a/src/svgs/icons/chevron-icon.svg +++ b/src/svgs/icons/chevron-icon.svg @@ -1,4 +1,9 @@ - - Chevron - + + Chevron Icon + + + + + + diff --git a/src/svgs/icons/circle-checkmark-icon.svg b/src/svgs/icons/circle-checkmark-icon.svg new file mode 100644 index 000000000..50fe4e4cf --- /dev/null +++ b/src/svgs/icons/circle-checkmark-icon.svg @@ -0,0 +1,9 @@ + + Circle Checkmark Icon + + + + + + + diff --git a/src/svgs/icons/clipboard-icon.svg b/src/svgs/icons/clipboard-icon.svg index 33dcdbe89..47d58038d 100644 --- a/src/svgs/icons/clipboard-icon.svg +++ b/src/svgs/icons/clipboard-icon.svg @@ -1,4 +1,9 @@ - - Clipboard - + + Clipboard Icon + + + + + + diff --git a/src/svgs/icons/download-icon.svg b/src/svgs/icons/download-icon.svg index ad43ed231..a464c10ad 100644 --- a/src/svgs/icons/download-icon.svg +++ b/src/svgs/icons/download-icon.svg @@ -1,4 +1,16 @@ - - Download - + + Download Icon + + + + + + + + + + + + + diff --git a/src/svgs/icons/equals-icon.svg b/src/svgs/icons/equals-icon.svg index ef6dc9c8e..00a649449 100644 --- a/src/svgs/icons/equals-icon.svg +++ b/src/svgs/icons/equals-icon.svg @@ -1,5 +1,9 @@ - - Equals sign - - + + Equals Icon + + + + + + diff --git a/src/svgs/icons/eye-closed-icon.svg b/src/svgs/icons/eye-closed-icon.svg index 4d29f45e6..dc76ac1e3 100644 --- a/src/svgs/icons/eye-closed-icon.svg +++ b/src/svgs/icons/eye-closed-icon.svg @@ -1,11 +1,16 @@ - - Eye Closed - - - - - - - + + Eye Closed Icon + + + + + + + + + + + + diff --git a/src/svgs/icons/facebook-icon.svg b/src/svgs/icons/facebook-icon.svg index 20e79fd55..5919f71b2 100644 --- a/src/svgs/icons/facebook-icon.svg +++ b/src/svgs/icons/facebook-icon.svg @@ -1,4 +1,9 @@ - - Facebook - + + Facebook Icon + + + + + + diff --git a/src/svgs/icons/google-icon.svg b/src/svgs/icons/google-icon.svg index 90f8001c3..9c3ba4dcf 100644 --- a/src/svgs/icons/google-icon.svg +++ b/src/svgs/icons/google-icon.svg @@ -1,8 +1,7 @@ - - Google - - - - + + Google Icon + + + + - diff --git a/src/svgs/icons/index.js b/src/svgs/icons/index.js index aaaceca82..cab4d15ca 100644 --- a/src/svgs/icons/index.js +++ b/src/svgs/icons/index.js @@ -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'; @@ -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'; @@ -57,17 +59,21 @@ 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'; @@ -75,11 +81,14 @@ 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'; diff --git a/src/svgs/icons/lightning-icon.svg b/src/svgs/icons/lightning-icon.svg new file mode 100644 index 000000000..72894c781 --- /dev/null +++ b/src/svgs/icons/lightning-icon.svg @@ -0,0 +1,9 @@ + + Lightning Icon + + + + + + + diff --git a/src/svgs/icons/logout-icon.svg b/src/svgs/icons/logout-icon.svg index f37116f1a..8c1c02e83 100644 --- a/src/svgs/icons/logout-icon.svg +++ b/src/svgs/icons/logout-icon.svg @@ -1,4 +1,9 @@ - - Logout - + + Logout Icon + + + + + + diff --git a/src/svgs/icons/pinterest-icon.svg b/src/svgs/icons/pinterest-icon.svg new file mode 100644 index 000000000..9cd2a8e9c --- /dev/null +++ b/src/svgs/icons/pinterest-icon.svg @@ -0,0 +1,9 @@ + + Pinterest Icon + + + + + + + diff --git a/src/svgs/icons/plan-icon.svg b/src/svgs/icons/plan-icon.svg index ef43769f5..fee593c5f 100644 --- a/src/svgs/icons/plan-icon.svg +++ b/src/svgs/icons/plan-icon.svg @@ -1,6 +1,9 @@ - - Plan - - - + + Plan Icon + + + + + + diff --git a/src/svgs/icons/postcard-icon.svg b/src/svgs/icons/postcard-icon.svg index 8ed620f3c..f3fa3d79d 100644 --- a/src/svgs/icons/postcard-icon.svg +++ b/src/svgs/icons/postcard-icon.svg @@ -1,7 +1,9 @@ - - Postcard - - - + + Postcard Icon + + + + + diff --git a/src/svgs/icons/provider-icon.svg b/src/svgs/icons/provider-icon.svg new file mode 100644 index 000000000..5803db7b9 --- /dev/null +++ b/src/svgs/icons/provider-icon.svg @@ -0,0 +1,9 @@ + + Provider Icon + + + + + + + diff --git a/src/svgs/icons/rotate-icon.svg b/src/svgs/icons/rotate-icon.svg new file mode 100644 index 000000000..94b6711c7 --- /dev/null +++ b/src/svgs/icons/rotate-icon.svg @@ -0,0 +1,9 @@ + + Rotate Icon + + + + + + + diff --git a/src/svgs/icons/snapchat-icon.svg b/src/svgs/icons/snapchat-icon.svg new file mode 100644 index 000000000..830a38fa6 --- /dev/null +++ b/src/svgs/icons/snapchat-icon.svg @@ -0,0 +1,16 @@ + + Snapchat Icon + + + + + + + + + + + + + + diff --git a/src/svgs/icons/star-filled-icon.svg b/src/svgs/icons/star-filled-icon.svg index 58fe57c93..031e0807c 100644 --- a/src/svgs/icons/star-filled-icon.svg +++ b/src/svgs/icons/star-filled-icon.svg @@ -1,4 +1,9 @@ - - Star (filled) - + + Star Filled Icon + + + + + + diff --git a/src/svgs/icons/thumbs-down-icon.svg b/src/svgs/icons/thumbs-down-icon.svg index 7d89489ab..56876811d 100644 --- a/src/svgs/icons/thumbs-down-icon.svg +++ b/src/svgs/icons/thumbs-down-icon.svg @@ -1,6 +1,9 @@ - - Thumbs down - - + + Thumbs Down Icon + + + + + diff --git a/src/svgs/icons/thumbs-up-icon.svg b/src/svgs/icons/thumbs-up-icon.svg index fdc7188b3..6a6e82b15 100644 --- a/src/svgs/icons/thumbs-up-icon.svg +++ b/src/svgs/icons/thumbs-up-icon.svg @@ -1,4 +1,9 @@ - - Thumbs up - + + Thumbs Up Icon + + + + + + diff --git a/src/svgs/icons/transfer-icon.svg b/src/svgs/icons/transfer-icon.svg new file mode 100644 index 000000000..fcf6aa6b1 --- /dev/null +++ b/src/svgs/icons/transfer-icon.svg @@ -0,0 +1,9 @@ + + Transfer Icon + + + + + + + diff --git a/src/svgs/icons/treatment-plan-icon.svg b/src/svgs/icons/treatment-plan-icon.svg new file mode 100644 index 000000000..bd3111341 --- /dev/null +++ b/src/svgs/icons/treatment-plan-icon.svg @@ -0,0 +1,9 @@ + + Treatment Plan Icon + + + + + + + diff --git a/src/svgs/icons/truck-icon.svg b/src/svgs/icons/truck-icon.svg index e1f22fca1..65182eca7 100644 --- a/src/svgs/icons/truck-icon.svg +++ b/src/svgs/icons/truck-icon.svg @@ -1,4 +1,9 @@ - - Truck - + + Truck Icon + + + + + + diff --git a/src/svgs/icons/twitter-icon.svg b/src/svgs/icons/twitter-icon.svg index a73ed0cb6..e0dafa671 100644 --- a/src/svgs/icons/twitter-icon.svg +++ b/src/svgs/icons/twitter-icon.svg @@ -1,4 +1,9 @@ - - Twitter - + + Twitter Icon + + + + + + diff --git a/src/svgs/icons/you-tube-icon.svg b/src/svgs/icons/you-tube-icon.svg new file mode 100644 index 000000000..40ce1ad33 --- /dev/null +++ b/src/svgs/icons/you-tube-icon.svg @@ -0,0 +1,9 @@ + + YouTube Icon + + + + + + + diff --git a/stories/optionButton/optionButtonExample.js b/stories/optionButton/optionButtonExample.js index 77f8cdd16..899369617 100644 --- a/stories/optionButton/optionButtonExample.js +++ b/stories/optionButton/optionButtonExample.js @@ -3,7 +3,6 @@ import { css } from '@emotion/core'; import { OptionButton } from 'src/shared-components'; import PlusIcon from 'src/svgs/icons/plus-icon.svg'; -import EqualsIcon from 'src/svgs/icons/equals-icon.svg'; import MinusIcon from 'src/svgs/icons/minus-icon.svg'; class OptionButtonExample extends React.Component { @@ -37,15 +36,6 @@ class OptionButtonExample extends React.Component { type="primary" icon={} /> - this.onClick('nochange')} - optionType="radio" - type="primary" - icon={} - />