import * as React from 'react';

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

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

  return (
    <svg {...props} style={styles} viewBox="0 0 1024 1024"><defs></defs><path d="M213.336 64h597.328C893.144 64 960 130.856 960 213.336v597.328c0 82.48-66.856 149.336-149.336 149.336H213.336C130.856 960 64 893.144 64 810.664V213.336C64 130.856 130.856 64 213.336 64z" fill="#46A6FF"></path><path d="M480 224c70.696 0 128 57.304 128 128 0 41.296-19.552 78.024-49.912 101.424 51.016 19.208 92.72 57.664 116.456 106.616l-144.968 0.256-0.912 0.016-2.328 0.08-1.92 0.144a57.48 57.48 0 0 0-52.208 57.112l-0.2 122.496C360.504 742.064 272 768.016 272 653.928c0-89.84 54.88-166.752 132.672-198.448A127.776 127.776 0 0 1 352 352c0-70.696 57.304-128 128-128z" fill="#FFFFFF"></path><path d="M504 746.424l0.216-128.72a25.48 25.48 0 0 1 23.976-25.368l1.44-0.048L696.44 592c15.168 0.8 29.648 6.472 41.304 16.136l2.024 1.752 53.76 53.76a25.496 25.496 0 0 1 1.04 34.8l-1.056 1.12-53.968 53.968a70.72 70.72 0 0 1-40.72 17.792l-2.68 0.192-166.784 0.272a25.416 25.416 0 0 1-25.32-23.92l-0.04-1.44z m206.8-66.544a22.976 22.976 0 1 0 45.952 0 22.976 22.976 0 0 0-45.952 0z" fill="#FFFFFF"></path></svg>
  );
}