This is the Callout Alert Component

see [@organisms/callout-alert](https://mayflower.digital.mass.gov/patternlab/?p=organisms-callout-alert&view=c)

**React version allows the following configuration**
1. Icons
    - Set the `icon` prop following Icon props shape. By default icon is set to { name: "alert" }. To not render icon, set icon to null.
1. Themes
    - Set the `theme` prop to "c-primary", "c-primary-alt", "c-gray-dark", "c-error-red". By default, theme is set to "c-highlight".
1. Pass any children to CalloutLink to render as its content.
