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