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