/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const AudioSyncIcon: 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='M12.24 4.423a.86.86 0 0 1 .664-.162l3.519.51a.86.86 0 0 1 .59.344.86.86 0 0 1 .162.663l-.255 1.76a.86.86 0 0 1-.344.59.86.86 0 0 1-.663.162l-2.64-.383L12 16.704q-.21 1.452-1.394 2.336a3.43 3.43 0 0 1-2.635.673q-1.452-.21-2.335-1.394-.885-1.184-.674-2.634.211-1.452 1.394-2.335 1.185-.885 2.635-.674.506.073.917.256.411.182.773.482l1.217-8.4a.86.86 0 0 1 .343-.591m3.791 6.353c.41.06.694.44.635.85l-.646 4.454a.75.75 0 0 1-1.484-.215l.646-4.454a.75.75 0 0 1 .85-.635m2.754 1.915c.41.06.694.44.635.85l-.215 1.485a.75.75 0 0 1-1.484-.216l.215-1.484a.75.75 0 0 1 .85-.635M8.83 4.681c.41.06.694.44.635.85l-.646 4.453a.75.75 0 1 1-1.484-.214l.645-4.455a.75.75 0 0 1 .85-.634M5.646 5.735c.41.06.692.44.633.85L6.064 8.07a.75.75 0 0 1-1.484-.216l.215-1.484a.75.75 0 0 1 .85-.635' />
    </g>
  </svg>
);
export default AudioSyncIcon;
