// 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 AudiomackIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M1.3 11.94s.5-.08.7.13c.21.2.07.65-.2.66-.27 0-.52.05-.7-.13a.41.41 0 0 1 .2-.66Zm5.4 2.99a.24.24 0 0 1-.15-.06c-.36-.48-.49-2.17-.65-2.27-.17-.1-.78.93-2.01.82-.5-.04-1.33-.6-1.33-.6.03-.38.03-1.27.79-.98.46.17 1.25.66 1.95-.21.77-.96 1.2-.68 1.44-.47.26.2.09 1.3.47.99l1.9-2.2s1.19-1.17 1.37.06c.18 1.25.95 2.64 1.16 2.59 0 0 2.59-4.83 2.93-5.14.34-.32 1.5-.27 1.44.52 0 0-.56 7.96-.1 6.38l2.87-9.15c.14-.5 1.63-.07 1.87.17.17.26.28.74.17 1.6l-.49 6.47.54-.87c.38-.47 1.47-.7 2.01-.37.2.3.09 1.43.09 1.43l-1.52.3c-.28.04-.71 1.88-1.32 1.7a7.09 7.09 0 0 1-1.95-1.14l.03-1.83-2.45 7.1c-.12.17-.3.27-.53.2-.6-.17-1.34-.98-1.35-1.18-.02-1.14-.22-6.74-.22-6.74l-2.5 4.14c-.18.05-.5-.03-.57-.2L9.5 12.6c-.09-.2-.2-.12-.32 0-.5.4-1.54 2.24-2.5 2.34Z" />
  </svg>
);

const AudiomackIconWrapper = toIcon(AudiomackIcon);
export default AudiomackIconWrapper;
