/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const VinylIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='M3 12a9 9 0 1 1 18 0 9 9 0 0 1-18 0m9-3.375a3.375 3.375 0 1 1 0 6.75 3.375 3.375 0 0 1 0-6.75m0 7.875a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9m0-3.375a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25' />
    </g>
  </svg>
);
export default VinylIcon;
