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

Add glyphs for new treatment page #60

Merged
merged 5 commits into from
Mar 4, 2019
Merged
Show file tree
Hide file tree
Changes from 4 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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## v2.0.5
- Add glyphs for new Treatment page. ([PR #60](https://github.com/PocketDerm/radiance-ui/pull/60))

## v2.0.4
- Fix icons for Emotion 10 and a few other upgrade items. ([PR #51](https://github.com/PocketDerm/radiance-ui/pull/51))

Expand Down
4 changes: 4 additions & 0 deletions src/svgs/glyphs/clipboard-stack-glyph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/svgs/glyphs/general-questions-glyph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/svgs/glyphs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ export { default as BodyGlyph } from './body-glyph.svg';
export { default as ChatBubbleGlyph } from './chat-bubble-glyph.svg';
export { default as CheckBadgeGlyph } from './check-badge-glyph.svg';
export { default as ClindamycinGlyph } from './clindamycin-glyph.svg';
export { default as ClipboardStackGlyph } from './clipboard-stack-glyph.svg';
export { default as CloggedPoresGlyph } from './clogged-pores-glyph.svg';
export { default as CombinationGlyph } from './combination-glyph.svg';
export { default as DarkSpotsGlyph } from './dark-spots-glyph.svg';
export { default as DropperGlyph } from './dropper-glyph.svg';
export { default as FaceGlyph } from './face-glyph.svg';
export { default as FemaleGlyph } from './female-glyph.svg';
export { default as FirmnessGlyph } from './firmness-glyph.svg';
export { default as GeneralQuestionsGlyph } from './general-questions-glyph.svg';
export { default as HandWritingGlyph } from './hand-writing-glyph.svg';
export { default as LockGlyph } from './lock-glyph.svg';
export { default as MaleGlyph } from './male-glyph.svg';
Expand All @@ -35,6 +37,7 @@ export { default as SunGlyph } from './sun-glyph.svg';
export { default as SunscreenBottleGlyph } from './sunscreen-bottle-glyph.svg';
export { default as SunscreenDropGlyph } from './sunscreen-drop-glyph.svg';
export { default as SunscreenTubGlyph } from './sunscreen-tub-glyph.svg';
export { default as SupportCenterGlyph } from './support-center-glyph.svg';
export { default as TretinoinGlyph } from './tretinoin-glyph.svg';
export { default as VeryDryGlyph } from './very-dry-glyph.svg';
export { default as VeryOilyGlyph } from './very-oily-glyph.svg';
Expand Down
8 changes: 8 additions & 0 deletions src/svgs/glyphs/support-center-glyph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.