import * as React from 'react';

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

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

  return (
    <svg {...props} style={styles} viewBox="0 0 1024 1024"><path d="M690.856 613.144a30.856 30.856 0 0 1 30.856 30.856v84.856a30.856 30.856 0 0 1-30.856 30.856h-540A30.856 30.856 0 0 1 120 728.856V644a30.856 30.856 0 0 1 30.856-30.856h540z m0-238.576a30.856 30.856 0 0 1 30.856 30.864v84.856a30.856 30.856 0 0 1-30.856 30.856h-540A30.856 30.856 0 0 1 120 490.288V405.432a30.856 30.856 0 0 1 30.856-30.864h540zM695.552 136c14.448 0 26.16 13.816 26.16 30.856v84.856c0 17.04-11.712 30.856-26.16 30.856H146.16c-14.448 0-26.16-13.808-26.16-30.856V166.856C120 149.816 131.712 136 146.16 136h549.392z" fill="#8CB9D9"></path><path d="M412.32 365.92c-15.472-17.304-3.2-44.776 20-44.776h524.792c23.256 0 35.504 27.576 19.92 44.856l-187.12 207.536v327.08c0.008 11.856-7.76 22.32-19.104 25.728l-122.968 57.072c-17.224 5.184-34.56-7.728-34.56-25.72V573.464L412.32 365.912z" fill="#0063AB"></path></svg>
  );
}