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