import * as React from 'react';

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

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

  return (
    <svg {...props} style={styles} viewBox="0 0 1024 1024"><path d="M350.904 235.704l2.792 6.008 228.088 612.064a37.16 37.16 0 0 1-67.072 31.456l-2.536-5.512-62.616-167.832H184.064l-64.16 168.144a37.16 37.16 0 0 1-42.176 23.104l-5.816-1.68a37.16 37.16 0 0 1-23.16-42.104l1.672-5.824L284.08 241.464a37.16 37.16 0 0 1 66.76-5.76h0.056z m-32.448 124.36L212.432 637.64h209.448L318.456 360.064z m469.832 196.008c89.424 0 135.808 59.08 139.464 138.168l0.248 10.464V873.6a30.96 30.96 0 0 1-61.44 5.576l-0.488-5.576v-12.64c-89.184 67.384-217.2 60.2-227.168-39.88-7.12-70.784 42.176-113.328 136.248-126.584l13.136-1.608h77.408c-3.408-46.64-27.56-74.936-77.408-74.936-43.416 0-67.512 17.648-79.024 57.344a30.96 30.96 0 0 1-59.456-17.336c19.32-66.392 67.816-101.88 138.48-101.88z m3.4 198.552c-69.672 7.68-94.44 27.376-91.16 60.256 4.704 47.32 111.84 37.904 164.12-40.936l1.424-2.48v-16.72l-74.384-0.12zM570.96 82.168a30.432 30.432 0 0 1 1.28 38.96l-3.72 4.072-22.4 19.96c143.824 3.96 240.352 76.56 283.56 214.24l24.96-47.656a30.432 30.432 0 0 1 55.992 23.184l-2.136 5.12-62.688 119.528a30.432 30.432 0 0 1-34.688 15.336l-4.992-1.824L678.32 414.24a30.432 30.432 0 0 1 20.32-57.144l5.176 1.824 57.456 26.48C726.824 270.344 651.48 216 528.288 218.008l33.12 25.744a30.432 30.432 0 0 1 8.392 38.04l-2.984 4.624a30.432 30.432 0 0 1-38.04 8.4l-4.624-2.984-96.344-74.616a30.432 30.432 0 0 1-5.416-42.72l3.84-4.08L528.04 79.672a30.432 30.432 0 0 1 42.912 2.496z"></path></svg>
  );
}