import React from 'react' import { Icon } from 'UI' const BannerMessage= (props) => { const { icon = 'info-circle', children } = props; return ( <>