// 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 TidalIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M4.02 4.5 0 8.52l4 3.99 4-3.99L4.01 4.5Z" />
    <path d="M11.98 4.5 7.99 8.52l4 3.99L16 8.48 11.98 4.5Zm8 0L24 8.53l-4 3.98-4-4.03 3.98-3.98ZM8.01 16.53l4 3.97 3.99-4-4-4-4 4.04Z" />
  </svg>
);

const TidalIconWrapper = toIcon(TidalIcon);
export default TidalIconWrapper;
