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