// 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 PlayIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="m18.5 10.3-10-5.9C7.2 3.8 6 4.6 6 5.8V18c0 1.2 1.4 2 2.5 1.3l10-6.4c1-.6 1-2.1 0-2.7Z" />
  </svg>
);

const PlayIconWrapper = toIcon(PlayIcon);
export default PlayIconWrapper;
