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