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