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