import React from 'react'; import { SVG, IProps as IPropsSVG } from '..'; export interface IProps { readonly svg?: IPropsSVG } export const IconArrowsRefreshCcwAlert = (props: IProps) => ( ); export default IconArrowsRefreshCcwAlert;