import * as React from 'react';

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

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

  return (
    
<svg {...props} style={styles} viewBox="0 0 1024 1024">
  <defs>
    
  </defs>
  <path d="M198.752 40h635c87.68 0 158.752 71.072 158.752 158.752v635c0 87.68-71.08 158.752-158.752 158.752H198.752C111.072 992.504 40 921.416 40 833.752V198.752C40 111.072 111.072 40 198.752 40z" fill="currentcolor" opacity=".2"></path>
  <path d="M382.808 200c3.04 0 5.76 1.04 8 3.36 2.32 2.32 3.36 4.96 3.36 8v525.64c0 4.72-2.08 8.08-6.08 9.92L216.72 838.56c-1.68 0.88-3.44 1.44-5.36 1.44-3.04 0-5.76-1.04-8-3.36-2.312-2.32-3.352-4.96-3.352-8V302.928c0-4.72 2.08-8.08 6.08-9.92L377.456 201.52c1.6-0.88 3.44-1.52 5.36-1.52z m45.664 0c1.92 0 3.6 0.4 5.04 0.96L616.4 292.368c4.32 2.4 6.48 5.84 6.48 10.32v525.64c0 3.04-1.04 5.76-3.36 8s-4.96 3.352-8 3.352c-1.92 0-3.6-0.4-5.04-0.96L423.44 747.392c-4.32-2.4-6.48-5.84-6.48-10.32V211.44c0-3.04 1.04-5.76 3.36-8 2.4-2.32 5.12-3.432 8.16-3.432z m399.856 0c3.04 0 5.76 1.04 8 3.36s3.352 4.96 3.352 8v525.64c0 4.72-2.08 8.08-6.08 9.92L662.384 838.56c-1.68 0.88-3.44 1.44-5.36 1.44-3.04 0-5.76-1.04-7.992-3.36-2.32-2.32-3.36-4.96-3.36-8V302.928c0-4.72 2.08-8.08 6.08-9.92L823.2 201.44c1.44-0.8 3.28-1.44 5.12-1.44z" fill="currentcolor" opacity="0.5"></path>
  <path d="M633.816 136C562.224 136 504 194.136 504 265.592c0 26.528 7.992 52.064 22.936 73.544 0.744 1.28 1.504 2.528 2.4 3.736L624.08 467.56c2.576 2.856 6.024 4.44 9.728 4.44 3.656 0 7.136-1.592 10.152-4.96l94.312-124.176c0.928-1.248 1.728-2.6 2.16-3.392a128.712 128.712 0 0 0 23.2-73.88c0-71.456-58.24-129.592-129.824-129.592z" fill="currentcolor"></path>
  <path d="M633.816 311.928a46.4 46.4 0 0 1-46.368-46.288 46.384 46.384 0 0 1 92.728 0 46.4 46.4 0 0 1-46.36 46.28v0.008z" fill="#FFFFFF"></path>
</svg>

  );
}