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