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