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