// 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 AddLinksIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 21 21">
    <path d="M16.5 12.5a1 1 0 0 1 1 1v2h2a1 1 0 0 1 0 2h-2v2a1 1 0 1 1-2 0v-2h-2a1 1 0 0 1 0-2h2v-2a1 1 0 0 1 1-1ZM3.586 9.242A1 1 0 0 1 5 10.657l-2.121 2.12A3 3 0 1 0 7.12 17.02L9.24 14.9a1.001 1.001 0 0 1 1.416 1.414l-2.122 2.121a5 5 0 0 1-7.07-7.07l2.12-2.122Zm9.156-3.5a1.001 1.001 0 0 1 1.415 1.415l-7 7a1.001 1.001 0 0 1-1.415-1.414l7-7Zm-1.378-4.278a5 5 0 1 1 7.07 7.07l-2.12 2.123a1 1 0 0 1-1.415-1.415L17.02 7.12a3 3 0 0 0-4.242-4.242l-2.121 2.12a1.001 1.001 0 0 1-1.415-1.413l2.122-2.122Z" />
  </svg>
);

const AddLinksIconWrapper = toIcon(AddLinksIcon);
export default AddLinksIconWrapper;
