// 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 ShareIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path
      fillRule="evenodd"
      clipRule="evenodd"
      d="M8.44444 7.22963H5.77341C4.79344 7.22963 4 8.02234 4 9.00019V18.7924C4 19.7688 4.79398 20.563 5.77341 20.563H18.2266C19.2066 20.563 20 19.7703 20 18.7924V9.00019C20 8.02376 19.206 7.22963 18.2266 7.22963H15.5556V8.56296H18.6667V19.2296H5.33333V8.56296H8.44444V7.22963Z"
    />
    <path d="M12.6667 12.7852C12.6667 13.1534 12.3682 13.4519 12 13.4519C11.6318 13.4519 11.3333 13.1534 11.3333 12.7852V3.34401L9.64298 5.03437C9.38263 5.29472 8.96052 5.29472 8.70017 5.03437C8.43982 4.77402 8.43982 4.35191 8.70017 4.09156L11.5286 1.26313C11.7889 1.00278 12.2111 1.00278 12.4714 1.26313L15.2998 4.09156C15.5602 4.35191 15.5602 4.77402 15.2998 5.03437C15.0395 5.29472 14.6174 5.29472 14.357 5.03437L12.6667 3.34401V12.7852Z" />
  </svg>
);

const ShareIconWrapper = toIcon(ShareIcon);
export default ShareIconWrapper;
