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