export function IconPad(props: { width?: number; height?: number }) { const { width, height } = props; return ( ); } export const IconPadTool = () => ( );