import { InfoIcon } from '@primer/octicons-react' import clsx from 'clsx' import { type ReactNode } from 'react' export default function Notice({ children }: { readonly children: ReactNode }) { return (