import { forwardRef } from "react"; export const Star = forwardRef((props: any, ref) => ( )); export const Queen = forwardRef((props: any, ref) => ( )); export const King = forwardRef((props: any, ref) => ( )); export const King2 = forwardRef((props: any, ref) => ( )); export const King3 = forwardRef((props: any, ref) => ( )); export const King4 = forwardRef((props: any, ref) => ( )); export const Wrench = forwardRef((props: any, ref) => ( )); export const WrenchOutline = forwardRef((props: any, ref) => ( )); export const Settings = forwardRef((props: any, ref) => ( )); export const Fire = forwardRef((props: any, ref) => ( )); export const Fire2 = forwardRef((props: any, ref) => ( )); export const Unlock = forwardRef((props: any, ref) => ( )); export const Lock = forwardRef((props: any, ref) => ( )); export const Music = forwardRef((props: any, ref) => ( )); export const IceCream = forwardRef((props: any, ref) => ( )); export const Tv = forwardRef((props: any, ref) => ( )); export const At = forwardRef((props: any, ref) => ( )); export const Sound = forwardRef((props: any, ref) => ( )); export const Sparkles = forwardRef((props: any, ref) => ( )); export const Verified = forwardRef((props: any, ref) => ( )); export const ShieldStar = forwardRef((props: any, ref) => ( )); export const Light = forwardRef((props: any, ref) => ( )); export const LightUp = forwardRef((props: any, ref) => ( )); export const Rocket = forwardRef((props: any, ref) => ( )); export const Trophy = forwardRef((props: any, ref) => ( )); export const Party = forwardRef((props: any, ref) => ( )); export const Pencil = forwardRef((props: any, ref) => ( )); export const Search = forwardRef((props: any, ref) => ( )); export const Paint = forwardRef((props: any, ref) => ( )); export const SolarSystem = forwardRef((props: any, ref) => ( )); export const Announcement2 = forwardRef((props: any, ref) => ( )); export const Announcement3 = forwardRef((props: any, ref) => ( )); export const Donation = forwardRef((props: any, ref) => ( )); export const Donation2 = forwardRef((props: any, ref) => ( )); export const Time = forwardRef((props: any, ref) => ( )); export const Settings2 = forwardRef((props: any, ref) => ( )); export const Flag = forwardRef((props: any, ref) => ( )); export const Student = forwardRef((props: any, ref) => ( )); export const Trash = forwardRef((props: any, ref) => ( )); export const Moon = forwardRef((props: any, ref) => ( )); export const MoonOutline = forwardRef((props: any, ref) => ( )); export const Refresh = forwardRef((props: any, ref) => ( )); export const Robot = forwardRef((props: any, ref) => ( )); export const ListeningMusic = forwardRef((props: any, ref) => ( )); export const ListeningMusic2 = forwardRef((props: any, ref) => ( )); export const MiscIcons = [ { component: Star, name: "Star", tags: ["star", "night"], category: "misc", }, { component: Queen, name: "Queen", tags: ["queen", "king", "crown"], category: "misc", }, { component: King, name: "King", tags: ["queen", "king", "crown"], category: "misc", }, { component: King2, name: "King2", tags: ["queen", "king", "crown"], isPremium: true, category: "misc", }, { component: King3, name: "King3", isPremium: true, tags: ["queen", "king", "crown"], category: "misc", }, { component: King4, name: "King4", isPremium: true, tags: ["queen", "king", "crown"], category: "misc", }, { component: Wrench, name: "Wrench", tags: ["wrench", "tool", "fix", "gear"], category: "misc", }, { component: WrenchOutline, name: "WrenchOutline", tags: ["wrench", "tool", "fix", "gear"], category: "misc", }, { component: Settings, name: "Settings", tags: ["settings", "gear", "cog", "wheel"], category: "misc", }, { component: Settings2, name: "Settings2", tags: ["settings", "gear", "cog", "wheel"], category: "misc", }, { component: Fire, name: "Fire", tags: ["fire", "burn", "flame"], category: "misc", }, { component: Fire2, name: "Fire2", tags: ["fire", "burn", "flame"], category: "misc", }, { component: Unlock, name: "Unlock", tags: ["unlock", "lock", "key"], category: "misc", }, { component: Lock, name: "Lock", tags: ["unlock", "lock", "key"], category: "misc", }, { component: Music, name: "Music", tags: ["music", "note", "sound"], category: "misc", }, { component: At, name: "At", tags: ["at", "email", "mail"], category: "misc", }, { component: Sound, name: "Sound", tags: ["sound", "music", "note"], category: "misc", }, { component: Sparkles, name: "Sparkles", tags: ["sparkles", "star", "night"], category: "misc", }, { component: IceCream, name: "IceCream", tags: ["icecream", "ice", "cream"], category: "misc", }, { component: Tv, name: "Tv", tags: ["tv", "television", "screen"], category: "misc", }, { component: Verified, name: "Verified", tags: ["verified", "check", "tick"], category: "misc", }, { component: ShieldStar, name: "ShieldStar", tags: ["shield", "star", "night"], category: "misc", }, { component: Light, name: "Light", tags: ["light", "night"], category: "misc", }, { component: LightUp, name: "LightUp", tags: ["light", "night"], category: "misc", }, { component: Rocket, name: "Rocket", tags: ["rocket", "space", "ship"], category: "misc", }, { component: Trophy, name: "Trophy", tags: ["trophy", "cup", "prize"], category: "misc", }, { component: Paint, name: "Paint", tags: ["paint", "brush", "color"], category: "misc", }, { component: Pencil, name: "Pencil", tags: ["pencil", "pen", "write"], category: "misc", }, { component: Search, name: "Search", tags: ["search", "magnify", "glass"], category: "misc", }, { component: Party, name: "Party", tags: ["party", "celebrate", "celebration"], category: "misc", }, { component: SolarSystem, name: "SolarSystem", tags: ["solar", "system", "space"], category: "misc", }, { component: Announcement2, name: "Announcement2", tags: ["announcement", "news"], category: "misc", }, { component: Announcement3, name: "Announcement3", tags: ["announcement", "news"], category: "misc", }, { component: Donation, name: "Donation", tags: ["donation", "donate", "charity"], category: "misc", }, { component: Donation2, name: "Donation2", tags: ["donation", "donate", "charity"], category: "misc", }, { component: Time, name: "Time", tags: ["time", "clock", "watch"], category: "misc", }, { component: Student, name: "Student", tags: ["student", "graduate", "learn"], category: "misc", }, { component: Flag, name: "Flag", tags: ["flag", "country", "nation"], category: "misc", }, { component: Trash, name: "Trash", tags: ["trash", "garbage", "bin"], category: "misc", }, { component: Moon, name: "Moon", tags: ["moon", "night"], category: "misc", }, { component: MoonOutline, name: "MoonOutline", tags: ["moon", "night"], category: "misc", }, { component: Refresh, name: "Refresh", tags: ["refresh", "reload", "update"], category: "misc", }, { component: Robot, name: "Robot", tags: ["robot", "android", "machine"], category: "misc", }, { component: ListeningMusic, name: "ListeningMusic", tags: ["listening", "music", "note"], category: "misc", }, { component: ListeningMusic2, name: "ListeningMusic2", tags: ["listening", "music", "note"], category: "misc", }, ];