// 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 SoundOffIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path
      fillRule="evenodd"
      clipRule="evenodd"
      d="M16.5 12C16.5 10.2 15.5 8.7 14 8V10.2L16.5 12.7C16.5 12.4 16.5 12.2 16.5 12ZM19 12C19 12.9 18.8 13.8 18.5 14.6L20 16.1C20.7 14.9 21 13.4 21 11.9C21 7.6 18 4 14 3.1V5.2C16.9 6.2 19 8.8 19 12ZM4.3 3L3 4.3L7.7 9H3V15H7L12 20V13.3L16.3 17.6C15.6 18.1 14.9 18.5 14 18.8V20.9C15.4 20.6 16.6 20 17.7 19.1L19.7 21.1L21 19.8L12 10.8L4.3 3ZM12 4L9.9 6.1L12 8.2V4Z"
    />
  </svg>
);

const SoundOffIconWrapper = toIcon(SoundOffIcon);
export default SoundOffIconWrapper;
