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