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