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