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