export function WarningIcon(props: {fill: string, size?: number, class?: string}) { return ( ); }