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