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