// 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 BandcampIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm1.94 13.15h-7.3l3.42-6.3h7.3l-3.42 6.3Z" />
  </svg>
);

const BandcampIconWrapper = toIcon(BandcampIcon);
export default BandcampIconWrapper;
