// Generated by script, don't edit it please. import * as React from 'react'; function WarningRound(props: React.SVGProps, svgRef?: React.Ref) { return ( ); } const ForwardRef = React.forwardRef(WarningRound); export default ForwardRef;