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