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