import { Icon, IconProps } from './Icon' /** * Help icon for help/support */ export const Help = (props: IconProps) => ( )