Skip to content

Commit

Permalink
feat(Icon): more icons
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicenturi committed Dec 31, 2024
1 parent 66faf63 commit adb6fc7
Show file tree
Hide file tree
Showing 18 changed files with 57 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/src/components/AppNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface Theme {
}
const themes: Theme[] = [
{ name: 'Light', value: ThemeMode.light, icon: 'lu-soon' },
{ name: 'Light', value: ThemeMode.light, icon: 'lu-sun' },
{ name: 'Dark', value: ThemeMode.dark, icon: 'lu-moon' },
{ name: 'System', value: ThemeMode.auto, icon: 'lu-monitor' },
];
Expand Down
2 changes: 1 addition & 1 deletion example/src/views/IconView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import ComponentView from '@/components/ComponentView.vue';
const icons = ref<{ name: RuiIcons; size: number }[]>([
{ name: 'lu-moon', size: 24 },
{ name: 'lu-soon', size: 24 },
{ name: 'lu-sun', size: 24 },
{ name: 'lu-arrow-right', size: 24 },
]);
Expand Down
1 change: 0 additions & 1 deletion src/custom-icons/archive-stack-add-line.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/custom-icons/archive-stack-reduce-line.svg

This file was deleted.

3 changes: 3 additions & 0 deletions src/custom-icons/lu-bitcoin-accounts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/custom-icons/lu-cloud-download-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
5 changes: 5 additions & 0 deletions src/custom-icons/lu-cloud-upload-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/custom-icons/lu-coins-exchange.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/custom-icons/lu-deposits.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/custom-icons/lu-droplet-fill.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/custom-icons/lu-droplet-half-fill.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/custom-icons/lu-evm-accounts.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/custom-icons/lu-layers-in.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/custom-icons/lu-layers-out.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/custom-icons/lu-liabilities.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/custom-icons/lu-refund.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/custom-icons/lu-substrate-accounts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit adb6fc7

Please sign in to comment.