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