import { forwardRef } from "react";
export const Swords = forwardRef((props: any, ref) => (
));
export const Sword = forwardRef((props: any, ref) => (
));
export const WeaponIcons = [
{
component: Swords,
name: "Swords",
tags: ["sword", "swords", "moderation", "knight"],
category: "weapon",
},
{
component: Sword,
name: "Sword",
tags: ["sword", "moderation", "knight"],
category: "weapon",
},
];