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