UNPKG

@sanity/icons

Version:
7 lines 294 B
import { ForwardRefExoticComponent, RefAttributes, SVGProps } from "react"; /** * @public */ export declare const UnlockIcon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>; export { UnlockIcon as default }; //# sourceMappingURL=Unlock.d.ts.map