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