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