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