// 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 AudiusIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M19.53 21.65c.36 0 .59-.44.4-.79l-9.4-18.1a.45.45 0 0 0-.82 0L3.06 15.5c-.18.35.05.79.41.79h3.64c.17 0 .33-.1.41-.26l2.18-4.19a.45.45 0 0 1 .82 0l2.33 4.48c.18.35-.05.78-.41.78H8.15c-.16 0-.32.1-.4.26l-1.83 3.5c-.18.34.05.78.41.78h13.2Z" />
  </svg>
);

const AudiusIconWrapper = toIcon(AudiusIcon);
export default AudiusIconWrapper;
