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