UNPKG

@wulperstudio/cms

Version:
4 lines (3 loc) 192 B
import { BoxIconModel } from './BoxIcon.types'; declare const BoxIcon: ({ iconProps, color, icon, ...props }: BoxIconModel) => import("react/jsx-runtime").JSX.Element; export default BoxIcon;