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