// 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 ExternalLinkIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 25">
    <path
      d="M21 9.5L21 3.5M21 3.5H15M21 3.5L13 11.5M10 5.5H7.8C6.11984 5.5 5.27976 5.5 4.63803 5.82698C4.07354 6.1146 3.6146 6.57354 3.32698 7.13803C3 7.77976 3 8.61984 3 10.3V16.7C3 18.3802 3 19.2202 3.32698 19.862C3.6146 20.4265 4.07354 20.8854 4.63803 21.173C5.27976 21.5 6.11984 21.5 7.8 21.5H14.2C15.8802 21.5 16.7202 21.5 17.362 21.173C17.9265 20.8854 18.3854 20.4265 18.673 19.862C19 19.2202 19 18.3802 19 16.7V14.5"
      stroke="currentColor"
      fill-opacity="0"
      stroke-width="2"
      stroke-linecap="round"
      stroke-linejoin="round"
    />
  </svg>
);

const ExternalLinkIconWrapper = toIcon(ExternalLinkIcon);
export default ExternalLinkIconWrapper;
