import * as React from 'react';

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

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

  return (
    <svg {...props} style={styles} viewBox="0 0 1024 1024"><path d="M352.656 893.712c-24.576 0-49.376-18.696-49.376-60.44V476.36L35.216 179.952c-7.896-8.728-13.432-17.744-16.456-26.8-4-11.944-3.64-23.84 1.024-34.384 4.68-10.552 13.24-18.8 24.768-23.856 8.728-3.832 19.12-5.768 30.88-5.768h685.712c11.76 0 22.144 1.936 30.88 5.776 11.52 5.048 20.08 13.296 24.76 23.84 4.672 10.56 5.032 22.448 1.032 34.4-3.032 9.04-8.56 18.064-16.456 26.792L533.28 476.368 536 712c0 40.592-26.304 69.736-57.592 95.52l-83.712 68.984c-13.856 11.416-28 17.208-42.04 17.208z" fill="#666666"></path><path d="M678.856 670.856m-329.144 0a329.144 329.144 0 1 0 658.288 0 329.144 329.144 0 1 0-658.288 0Z" fill="#52C41A"></path><path d="M835.376 536.592a36 36 0 0 1 53.896 47.704l-1.224 1.392-219.432 235.424a36 36 0 0 1-51.76 0.944l-1.312-1.384-146.288-162.288a36 36 0 0 1 52.208-49.552l1.28 1.344 119.976 133.112L835.376 536.592z" fill="#FFFFFF"></path></svg>
  );
}