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