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