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