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