export default IconUnlock;
declare var IconUnlock: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<any>>;
import React from 'react';
