// 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 SoundOnIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path
      fillRule="evenodd"
      d="M3 9v6h4l5 5V4L7 9H3Zm13.5 3c0-1.8-1-3.3-2.5-4v8a4.3 4.3 0 0 0 2.5-4ZM14 3.2v2.1a7 7 0 0 1 0 13.4v2.1a9 9 0 0 0 0-17.6Z"
      clipRule="evenodd"
    />
  </svg>
);

const SoundOnIconWrapper = toIcon(SoundOnIcon);
export default SoundOnIconWrapper;
