// 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 PhoneIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24" fill="none">
    <path
      fillRule="evenodd"
      clipRule="evenodd"
      d="M15.408 2.4H8.422A2.183 2.183 0 0 0 6.24 4.582v14.836c0 1.204.978 2.182 2.183 2.182h6.985a2.183 2.183 0 0 0 2.182-2.182V4.582A2.183 2.183 0 0 0 15.408 2.4zm-3.493 18.327c-.724 0-1.31-.585-1.31-1.309s.585-1.309 1.31-1.309c.725 0 1.31.585 1.31 1.31 0 .723-.585 1.308-1.31 1.308zm3.93-3.49H7.985V5.017h7.858v12.218z"
    />
  </svg>
);

const PhoneIconWrapper = toIcon(PhoneIcon);
export default PhoneIconWrapper;
