Skip to content

Commit

Permalink
add CalendarCheck Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
fivaz committed Jul 5, 2024
1 parent 6030515 commit 1e7114b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/dashboard/goals/goal-form/goal-icon/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ import {
Trophy,
Utensils,
} from '@steeze-ui/font-awesome';
import { CalendarCheck } from '@steeze-ui/lucide-icons';
import { type IconSource } from '@steeze-ui/svelte-icon';

const defaultIcon: GoalIconType = { component: Fire, name: 'Fire' };
Expand Down Expand Up @@ -95,6 +96,7 @@ export const icons: GoalIconType[] = [
{ component: Cross, name: 'Cross (Religion)' },
{ component: Toolbox, name: 'Toolbox' },
{ component: Bed, name: 'Bed' },
{ component: CalendarCheck, name: 'CalendarCheck' },
];

export function getIcon(name: null | string) {
Expand Down

0 comments on commit 1e7114b

Please sign in to comment.