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