/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const TiktokIcon: 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='M21 10.149a8.44 8.44 0 0 1-4.934-1.58v7.185a6.533 6.533 0 1 1-5.633-6.473v3.612a2.997 2.997 0 1 0 2.097 2.86V1.716h3.536q-.002.45.076.892a4.9 4.9 0 0 0 2.166 3.223A4.9 4.9 0 0 0 21 6.637z' />
    </g>
  </svg>
);
export default TiktokIcon;
