// This file is auto-generated. Do not edit it directly.
// To update the icon component, change the related icon.svg file and run "yarn build:icons" in the root directory.
import { type SVGProps } from 'react';

import toIcon from '../toIcon';

const LockIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M17.6667 7.33333H16.7619V5.52381C16.7619 3.02667 14.7352 1 12.2381 1C9.74095 1 7.71429 3.02667 7.71429 5.52381V7.33333H6.80952C5.81429 7.33333 5 8.14762 5 9.14286V18.1905C5 19.1857 5.81429 20 6.80952 20H17.6667C18.6619 20 19.4762 19.1857 19.4762 18.1905V9.14286C19.4762 8.14762 18.6619 7.33333 17.6667 7.33333ZM12.2381 15.4762C11.2429 15.4762 10.4286 14.6619 10.4286 13.6667C10.4286 12.6714 11.2429 11.8571 12.2381 11.8571C13.2333 11.8571 14.0476 12.6714 14.0476 13.6667C14.0476 14.6619 13.2333 15.4762 12.2381 15.4762ZM9.52381 7.33333V5.52381C9.52381 4.0219 10.7362 2.80952 12.2381 2.80952C13.74 2.80952 14.9524 4.0219 14.9524 5.52381V7.33333H9.52381Z" />
  </svg>
);

const LockIconWrapper = toIcon(LockIcon);
export default LockIconWrapper;
