import React from 'react'; import { CustomIcon, CustomIconProps } from './CustomIcon'; export const LockIcon: React.FC = (props) => { return ( ); };