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