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