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