diff --git a/lib/callout.tsx b/lib/callout.tsx index 468b717..5e7b2b8 100644 --- a/lib/callout.tsx +++ b/lib/callout.tsx @@ -5,7 +5,7 @@ import { calloutIconClass, } from './callout.css.js'; import { Box, BoxBasedComponentProps } from './core.js'; -import { Info } from './icons.js'; +import { InfoIcon } from './icons.js'; import { Block } from './layout.js'; import { Tone, toneVariants } from './tone.css.js'; import type { Merge } from './types.js'; @@ -26,7 +26,7 @@ export const Callout: FC< aria-live="polite" {...props} > - + {children} diff --git a/lib/icons.tsx b/lib/icons.tsx index 4e47cb1..6b993bd 100644 --- a/lib/icons.tsx +++ b/lib/icons.tsx @@ -1,6 +1,6 @@ import type { FC, SVGAttributes } from 'react'; -export const Info: FC> = (props) => ( +export const InfoIcon: FC> = (props) => (