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