Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
rlingineni committed Oct 17, 2024
1 parent 2801413 commit 7e23097
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 34 deletions.
32 changes: 15 additions & 17 deletions packages/gestalt-icons-android/src/vr-theme/compact/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,21 @@ import compactLock from './ic_vr_compact-lock_gestalt.svg';
import compactWorkflowStatusProblem from './ic_vr_compact-workflow-status-problem_gestalt.svg';
import compactWorkflowStatusWarning from './ic_vr_compact-workflow-status-warning_gestalt.svg';



const icons = Object.freeze({
'compact-add': compactAdd,
'compact-arrow-up-right': compactArrowUpRight,
'compact-cancel': compactCancel,
'compact-check': compactCheck,
'compact-check-circle-fill': compactCheckCircleFill,
'compact-chevron-down': compactChevronDown,
'compact-chevron-left': compactChevronLeft,
'compact-chevron-right': compactChevronRight,
'compact-chevron-up': compactChevronUp,
'compact-dash': compactDash,
'compact-info-circle-fill': compactInfoCircleFill,
'compact-lock': compactLock,
'compact-workflow-status-problem': compactWorkflowStatusProblem,
'compact-workflow-status-warning': compactWorkflowStatusWarning,
'compact-add': compactAdd,
'compact-arrow-up-right': compactArrowUpRight,
'compact-cancel': compactCancel,
'compact-check': compactCheck,
'compact-check-circle-fill': compactCheckCircleFill,
'compact-chevron-down': compactChevronDown,
'compact-chevron-left': compactChevronLeft,
'compact-chevron-right': compactChevronRight,
'compact-chevron-up': compactChevronUp,
'compact-dash': compactDash,
'compact-info-circle-fill': compactInfoCircleFill,
'compact-lock': compactLock,
'compact-workflow-status-problem': compactWorkflowStatusProblem,
'compact-workflow-status-warning': compactWorkflowStatusWarning,
});

export default icons;
export default icons;
32 changes: 15 additions & 17 deletions packages/gestalt/src/icons-vr-theme/compact/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,21 @@ import compactLock from './compact-lock.svg';
import compactWorkflowStatusProblem from './compact-workflow-status-problem.svg';
import compactWorkflowStatusWarning from './compact-workflow-status-warning.svg';



const icons = Object.freeze({
'compact-add': compactAdd,
'compact-arrow-up-right': compactArrowUpRight,
'compact-cancel': compactCancel,
'compact-check': compactCheck,
'compact-check-circle-fill': compactCheckCircleFill,
'compact-chevron-down': compactChevronDown,
'compact-chevron-left': compactChevronLeft,
'compact-chevron-right': compactChevronRight,
'compact-chevron-up': compactChevronUp,
'compact-dash': compactDash,
'compact-info-circle-fill': compactInfoCircleFill,
'compact-lock': compactLock,
'compact-workflow-status-problem': compactWorkflowStatusProblem,
'compact-workflow-status-warning': compactWorkflowStatusWarning,
'compact-add': compactAdd,
'compact-arrow-up-right': compactArrowUpRight,
'compact-cancel': compactCancel,
'compact-check': compactCheck,
'compact-check-circle-fill': compactCheckCircleFill,
'compact-chevron-down': compactChevronDown,
'compact-chevron-left': compactChevronLeft,
'compact-chevron-right': compactChevronRight,
'compact-chevron-up': compactChevronUp,
'compact-dash': compactDash,
'compact-info-circle-fill': compactInfoCircleFill,
'compact-lock': compactLock,
'compact-workflow-status-problem': compactWorkflowStatusProblem,
'compact-workflow-status-warning': compactWorkflowStatusWarning,
});

export default icons;
export default icons;

0 comments on commit 7e23097

Please sign in to comment.