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