/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const ChainIcon: 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>
      <g>
        <path d='M16.07 3a4.97 4.97 0 0 0-3.498 1.397l-.009.01L11.162 5.8a.901.901 0 0 0 1.269 1.277l1.396-1.39A3.171 3.171 0 0 1 19.2 7.95c.007.83-.31 1.63-.886 2.228l-2.438 2.44a3.173 3.173 0 0 1-4.784-.342.9.9 0 1 0-1.442 1.079 4.975 4.975 0 0 0 5.72 1.682 5 5 0 0 0 1.78-1.145l2.443-2.445.011-.012A4.98 4.98 0 0 0 16.07 3' />
        <path d='M10.723 8.662a4.97 4.97 0 0 0-3.872 1.445l-2.444 2.447-.011.01A4.98 4.98 0 0 0 7.93 21a4.97 4.97 0 0 0 3.498-1.397l.01-.011 1.394-1.394a.901.901 0 0 0-1.273-1.274l-1.387 1.388A3.17 3.17 0 0 1 4.8 16.05c-.007-.83.31-1.63.886-2.228l2.437-2.44a3.173 3.173 0 0 1 4.785.342.9.9 0 1 0 1.442-1.079 4.97 4.97 0 0 0-3.627-1.983' />
      </g>
    </g>
  </svg>
);
export default ChainIcon;
