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