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