// 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 SongwhipIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M19.7 5.6a6 6 0 0 1-3 2.4c-.3-.2 1.6-1.5 1.6-2.7 0-.6-.4-.8-1.4-.8-1.6 0-3.7 1.2-3.7 3.1 0 2 1.7 3.6 2.2 5.5.8 0 4.2-.2 4.2.4 0 .1-.1.2-.4.2l-3.6.3c0 4.4-4.6 7.5-9.3 6.2C15.6 27 27 14.4 19.7 5.6Z" />
    <path d="M3.6 17.4C-2 8.5 7.8-1.6 16.7 3.2c-2.4-.2-6.4 1-6.4 4 0 2.3 2.2 4 2.6 6 0 0-4.9.8-6.7 1.5-1 .4-3 1.2-2.6 2.7ZM6.7 19c-.8 0-1.2-.3-1.2-.9 0-.6.6-1.3 2-2s3.2-1.2 5.4-1.7c-.4 3.1-3.5 4.4-6.2 4.6Z" />
  </svg>
);

const SongwhipIconWrapper = toIcon(SongwhipIcon);
export default SongwhipIconWrapper;
