import * as React from 'react'; export interface OWarning32Props extends React.SVGProps { ariaLabel?: string } export default function OWarning32({ ariaLabel, ...props }: OWarning32Props) { return ( ); }