UNPKG

strapi-plugin-comments

Version:
9 lines (8 loc) 178 B
import { FC } from 'react'; type IconProps = { width?: number; height?: number; size?: number; }; declare const UnlockIcon: FC<IconProps>; export default UnlockIcon;