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