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