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