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