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.

9 lines (8 loc) 293 B
import type { IconifyInfo } from '@iconify/types'; type IconSetCardProps = { info: IconifyInfo; prefix: string; onClick: () => void; }; declare const IconSetCard: ({ info, prefix, onClick }: IconSetCardProps) => import("react/jsx-runtime").JSX.Element; export default IconSetCard;