import * as React from 'react';

const DefaultStyles = {
  width: '1em',
  height: '1em',
  verticalAlign: 'middle',
  fill: 'currentColor',
  overflow: 'hidden'
};

export default function TencentADSWithColor(props = {}) {
  const styles = Object.assign({}, DefaultStyles, props.style);

  return (
    <svg {...props} style={styles} viewBox="0 0 1024 1024"><defs></defs><path d="M151.618057 538.807229m55.904486 42.127052l0 0q55.904486 42.127052 13.777434 98.031537l-55.366982 73.474467q-42.127052 55.904486-98.031538 13.777434l0 0q-55.904486-42.127052-13.777434-98.031537l55.366982-73.474467q42.127052-55.904486 98.031538-13.777434Z" fill="#FFA600"></path><path d="M400.642588 213.203828m55.904486 42.127051l0 0q55.904486 42.127052 13.777434 98.031538l-129.992045 172.50527q-42.127052 55.904486-98.031537 13.777434l0 0q-55.904486-42.127052-13.777434-98.031538l129.992045-172.50527q42.127052-55.904486 98.031537-13.777434Z" fill="#296AEF"></path><path d="M647.562711 213.1944m55.904485 42.127051l0 0q55.904486 42.127052 13.777435 98.031538l-300.907512 399.317755q-42.127052 55.904486-98.031537 13.777434l0 0q-55.904486-42.127052-13.777434-98.031538l300.907511-399.317755q42.127052-55.904486 98.031537-13.777434Z" fill="#8ED2FF"></path><path d="M527.198819 372.917136m55.904486 42.127052l0 0q55.904486 42.127052 13.777434 98.031537l-180.544507 239.590653q-42.127052 55.904486-98.031537 13.777434l0 0q-55.904486-42.127052-13.777434-98.031537l180.544507-239.590653q42.127052-55.904486 98.031537-13.777434Z" fill="#296AEF"></path><path d="M775.558819 373.189136m55.904486 42.127052l0 0q55.904486 42.127052 13.777434 98.031537l-180.544507 239.590653q-42.127052 55.904486-98.031537 13.777434l0 0q-55.904486-42.127052-13.777434-98.031537l180.544507-239.590653q42.127052-55.904486 98.031537-13.777434Z" fill="#8ED2FF"></path><path d="M650.390872 539.30484m55.904485 42.127052l0 0q55.904486 42.127052 13.777434 98.031537l-55.366982 73.474467q-42.127052 55.904486-98.031537 13.777434l0 0q-55.904486-42.127052-13.777434-98.031537l55.366982-73.474467q42.127052-55.904486 98.031537-13.777434Z" fill="#296AEF"></path><path d="M898.390872 539.30484m55.904485 42.127052l0 0q55.904486 42.127052 13.777434 98.031537l-55.366982 73.474467q-42.127052 55.904486-98.031537 13.777434l0 0q-55.904486-42.127052-13.777434-98.031537l55.366982-73.474467q42.127052-55.904486 98.031537-13.777434Z" fill="#8ED2FF"></path></svg>
  );
}