// 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 SoundCloudIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M10.08 7.34c2.8-4.21 9.19-2.15 9.6 2.75 5.32-.59 5.83 7.41.72 7.41H10.08V7.34ZM7.2 7.6c.29-.05.62-.09.96-.09v10H7.2V7.6Zm1.44-.09v10h.96V7.75c-.29-.1-.62-.2-.96-.25Zm-2.88.75c.29-.2.62-.35.96-.5v9.75h-.96V8.25Zm-.48.4c-.38.36-.72.8-.96 1.3v7.55h.96V8.66Zm-2.4 1.9c.28-.1.68-.1.96 0v6.95c-.3 0-.67.05-.96-.05v-6.9Zm-.48.1c-.34.1-.67.26-.96.5v5.7c.29.2.62.4.96.5v-6.7Zm-1.44 5.8v-4.9a3.68 3.68 0 0 0 0 4.9Z" />
  </svg>
);

const SoundCloudIconWrapper = toIcon(SoundCloudIcon);
export default SoundCloudIconWrapper;
