import * as React from 'react';

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

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

  return (
    <svg {...props} style={styles} viewBox="0 0 1024 1024"><path d="M527.937743 0a35.859922 35.859922 0 0 1 35.820078 34.170521L563.797665 35.859922v16.519471c6.773541 2.008156 13.148638 5.681805 18.50372 11.028918l383.167253 383.167253a43.828794 43.828794 0 0 1 0 61.981883l-490.229043 490.229043a43.828794 43.828794 0 0 1-61.989852 0L30.08249 615.619237a43.828794 43.828794 0 0 1 0-61.981883l167.880218-167.880218a35.907735 35.907735 0 0 1-0.693292-5.546334L197.229572 378.521401V35.859922a35.859922 35.859922 0 0 1 34.170521-35.820078L233.089494 0h294.848249zM217.765354 701.866335l226.475331 226.47533 223.51091-223.518879-449.986241-2.956451z m696.471409-74.779891a7.968872 7.968872 0 0 1 3.163642 3.187548C960.567782 709.835206 982.163424 766.693105 982.163424 800.871595c0 53.925354-57.336031 71.719844-71.719844 71.719845l-1.55393-0.055782c-16.52744-1.035953-70.165914-17.714802-70.165915-71.664063 0-34.664591 20.774848-90.096062 62.316576-166.31035l2.374724-4.335066a7.968872 7.968872 0 0 1 10.821728-3.139735z m-350.447067-480.762024L563.797665 458.210117a35.859922 35.859922 0 0 1-71.68 1.689401L492.077821 458.210117V193.053883L100.511377 584.620327l45.056 45.056 593.42593 3.896778 156.030506-156.014568-331.242085-331.234117zM492.077821 71.719844h-223.128405v243.042615L492.077821 91.642023V71.719844z"></path></svg>
  );
}