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