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