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