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