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