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.

7 lines (6 loc) 231 B
/// <reference types="react" /> type IconPickerIconProps = { style?: React.CSSProperties; }; declare const IconPickerIcon: (props: IconPickerIconProps) => import("react/jsx-runtime").JSX.Element; export default IconPickerIcon;