import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; import { Icon } from '../iconTypes'; const IconAlertDefault = ({ className = '', color = '#F7931D', height = 26, title, width = 26 }: Icon) => ( ); export default IconAlertDefault;