import * as React from 'react';

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

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

  return (
    <svg {...props} style={styles} viewBox="0 0 1024 1024"><path d="M423.328 849.032h220.32l5.96-0.2 9.336-0.4c56.24-2.752 133.68-12.664 161.568-45.32 36.864-43.168 51.44-88.824 55.72-104.912l1.456-6.04 34.312 7.648-39.768 246.736a16 16 0 0 1-15.8 13.456H139.136C136 960 128 954.56 128 944c0-12.352 0-24 4.4-36.84l323.04-379.52-324.592-399.84A48.528 48.528 0 0 1 120 97.216c0-9.504 7.712-17.216 17.216-17.216h702.616a16 16 0 0 1 15.968 14.96l14.256 218.44h-34.312l-0.776-4.64c-3.08-17.28-15.704-79.192-44.968-121.624-22.2-32.184-69.936-40.336-100.856-42.08h-231.52l266.864 340.512-301.16 363.464z" fill="#8CB9D9"></path><path d="M273.616 849.032h241.96l10.264 0.272c8.608 0.144 22.064 0.208 38.24-0.272h79.568l5.96-0.2 9.336-0.4 6.704-0.36c53.24-3.072 122.12-12.736 151.32-41.184L792.096 960h-652.96C128.56 960 128 946.56 128 936c0-11.512 0-16 2.816-26.88l327.144-381.472-334.344-408.8a16 16 0 0 1-3.56-8.744L120 108.72V96a16 16 0 0 1 14.8-15.96L136 80h640.744l6.512 98.848c-24.096-25.344-66.032-32.208-94.112-33.792h-79.312l-4.008-0.2a252.304 252.304 0 0 0-21.616 0l-3.152 0.184-272.88 0.016L577.04 485.568l-303.424 363.464z" fill="#0063AB"></path></svg>
  );
}