diff --git a/packages/webawesome/src/components/icon/library.system.ts b/packages/webawesome/src/components/icon/library.system.ts index ffbdb9d91..8a7afd51d 100644 --- a/packages/webawesome/src/components/icon/library.system.ts +++ b/packages/webawesome/src/components/icon/library.system.ts @@ -9,31 +9,31 @@ export const icons: { [key: string]: { [key: string]: string } } = { // Solid variant // solid: { - check: ``, - 'chevron-down': ``, - 'chevron-left': ``, - 'chevron-right': ``, - circle: ``, - eyedropper: ``, - 'grip-vertical': ``, + check: ``, + 'chevron-down': ``, + 'chevron-left': ``, + 'chevron-right': ``, + circle: ``, + eyedropper: ``, + 'grip-vertical': ``, indeterminate: ``, - minus: ``, - pause: ``, - play: ``, - star: ``, - user: ``, - xmark: ``, + minus: ``, + pause: ``, + play: ``, + star: ``, + user: ``, + xmark: ``, }, // // Regular variant // regular: { - 'circle-question': ``, - 'circle-xmark': ``, - copy: ``, - eye: ``, - 'eye-slash': ``, - star: ``, + 'circle-question': ``, + 'circle-xmark': ``, + copy: ``, + eye: ``, + 'eye-slash': ``, + star: ``, }, };