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