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