feat: add icons to kmenu
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import IconStar from "https://deno.land/x/tabler_icons_tsx@0.0.3/tsx/star.tsx";
|
||||
import IconStarFilled from "https://deno.land/x/tabler_icons_tsx@0.0.3/tsx/star-filled.tsx";
|
||||
import { IconStar, IconStarFilled } from "@components/icons.tsx";
|
||||
|
||||
export const Star = (
|
||||
{ max = 5, rating = 3 }: { max?: number; rating: number },
|
||||
|
||||
Reference in New Issue
Block a user