UNPKG

@arshiash80/strapi-plugin-iconhub

Version:

Icon picker plugin for Strapi with Iconify integration — search, select, and store icons with raw SVG for high-performance rendering.

8 lines (7 loc) 266 B
type IconGridProps = { icons: string[]; onClick: (icon: string) => void; defaultSelectdIcon?: string; }; declare const IconGrid: ({ icons, defaultSelectdIcon, onClick }: IconGridProps) => import("react/jsx-runtime").JSX.Element; export default IconGrid;