import * as React from 'react';

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

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

  return (
    <svg {...props} style={styles} viewBox="0 0 1024 1024"><path d="M494 24.824a36 36 0 0 1 36 0l394.904 228a36 36 0 0 1 18 31.176v456a36 36 0 0 1-18 31.176l-394.904 228a36 36 0 0 1-36 0l-394.904-228a36 36 0 0 1-18-31.176v-456a36 36 0 0 1 18-31.176zM512 97.568L153.088 304.784v414.424L512 926.424l358.904-207.216V304.784L512 97.568zM512 204a36 36 0 0 1 35.96 34.304L548 240v267.616l222.52 133.52 1.52 0.96a36 36 0 0 1-37 61.664l-1.56-0.888L510.712 569.2 290.68 702.776a36 36 0 0 1-38.88-60.584l1.52-0.96L476 506.048V240a36 36 0 0 1 34.304-35.96L512 204z"></path></svg>
  );
}