Skip to content

Commit

Permalink
Add ellipsis icon, remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
amrocha committed Nov 29, 2018
1 parent 9514c6f commit b559f04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/Icon/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ function Icon({
} else {
const iconSource =
typeof source === 'string' ? BUNDLED_ICONS[source] : source;
console.log(BUNDLED_ICONS, source);
contentMarkup = iconSource &&
iconSource.viewBox &&
iconSource.body && (
Expand Down
3 changes: 2 additions & 1 deletion src/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ export const deleteIcon = POLARIS_ICONS.deleteIcon;
export const disable = POLARIS_ICONS.disable;
export const dispute = POLARIS_ICONS.dispute;
export const duplicate = POLARIS_ICONS.duplicate;
export const ellipsis = POLARIS_ICONS.ellipsis;
export const embed = POLARIS_ICONS.embed;
export const exportIcon = POLARIS_ICONS.exportIcon;
export const external = POLARIS_ICONS.external;
export const help = POLARIS_ICONS.help;
export const home = POLARIS_ICONS.home;
export const horizontalDots = POLARIS_ICONS.horizontalDots;
export const importIcon = POLARIS_ICONS.importIcon;
export const logOut = POLARIS_ICONS.logOUt;
export const logOut = POLARIS_ICONS.logOut;
export const menu = POLARIS_ICONS.menu;
export const notes = POLARIS_ICONS.notes;
export const notification = POLARIS_ICONS.notification;
Expand Down

0 comments on commit b559f04

Please sign in to comment.