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