import * as React from 'react';

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

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

  return (
    
<svg {...props} style={styles} viewBox="0 0 1024 1024">
  <defs></defs>
  <path d="M190.752 32h635c87.68 0 158.752 71.072 158.752 158.752v635c0 87.68-71.08 158.752-158.752 158.752H190.752C103.072 984.504 32 913.416 32 825.752V190.752C32 103.072 103.072 32 190.752 32z" fill="currentcolor" opacity=".2"></path>
  <path d="M225.44 309.32h562.664a32.464 32.464 0 0 1 32.456 32.464v97.376H192.984V341.784a32.464 32.464 0 0 1 32.464-32.464z m562.664 207.376v282.752c0 16.16-14.536 29.248-32.464 29.248H257.904c-17.92 0-32.456-13.096-32.456-29.248V516.696h562.656z" fill="currentcolor" opacity="0.5"></path>
  <path d="M433.696 229.24l2.88 1.944 2.832 2.016c12.712 9.184 24.84 20.4 43.64 39.296l2.104 2.136c6.304 6.36 14.776 15.6 25.464 27.784 10.712-12.184 19.16-21.424 25.456-27.784l2.128-2.136c18.792-18.904 30.912-30.112 43.632-39.296l2.84-2 2.88-1.96c27.912-18.616 56.648-30.512 77.92-35.816 28.896-7.232 55.184-1.896 75.92 16 17.032 14.696 23.488 34.576 21.632 56.104-1.184 13.448-5.152 25.584-10.88 37.816a84.4 84.4 0 0 1-8.376 13.776H277.456a85.048 85.048 0 0 1-8.36-13.784c-5.736-12.224-9.704-24.36-10.88-37.816-1.872-21.536 4.6-41.4 21.632-56.104 20.736-17.896 47.024-23.232 75.904-16.016 21.28 5.336 50.024 17.224 77.944 35.84z m-120.512 53.464c2.888 6.16 13.24 18.232 30.432 34.4h114.768c-2.296-2.472-4.608-4.92-6.96-7.328l-4.616-4.656-5.432-5.408c-15.048-14.856-24.776-23.352-34.704-29.976a231.64 231.64 0 0 0-39.808-21.2 176.76 176.76 0 0 0-22.912-7.896c-14.072-3.52-24.048-1.488-32.288 5.632-7.488 6.464-6.344 19.6 1.52 36.432z m364.104-42.048c-5.44 1.352-13.68 4.056-22.936 7.888a231.64 231.64 0 0 0-39.8 21.2c-9.928 6.616-19.648 15.112-34.696 29.976l-5.44 5.4-4.6 4.656c-2.36 2.408-4.68 4.864-6.968 7.336h114.776c17.2-16.176 27.544-28.256 30.416-34.408 7.88-16.832 9.016-29.976 1.528-36.424-8.24-7.128-18.224-9.144-32.288-5.624h0.008z" fill="currentcolor"></path>
  <path d="M224.736 437.704H789.44v80H224.736z" fill="#FFFFFF"></path>
</svg>

  );
}