/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const LockIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='M6.405 22q-.786 0-1.345-.56a1.83 1.83 0 0 1-.56-1.345v-9.524q0-.785.56-1.345t1.345-.56h.952V6.763q0-1.976 1.393-3.37Q10.143 2 12.119 2t3.37 1.393q1.392 1.392 1.392 3.369v1.905h.952q.786 0 1.346.56.56.558.56 1.344v9.524q0 .786-.56 1.346T17.833 22zm5.714-4.762q.786 0 1.345-.56.56-.558.56-1.345t-.56-1.345a1.83 1.83 0 0 0-1.345-.56q-.786 0-1.345.56-.56.56-.56 1.345 0 .786.56 1.346t1.345.56M9.262 8.667h5.714V6.762q0-1.19-.833-2.024a2.76 2.76 0 0 0-2.024-.833q-1.19 0-2.024.833a2.76 2.76 0 0 0-.833 2.024z' />
    </g>
  </svg>
);
export default LockIcon;
