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