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