codevise/pageflow

View on GitHub
entry_types/paged/packages/pageflow-paged-react/src/components/icons/Checkmark.jsx

Summary

Maintainability
A
55 mins
Test Coverage
import Container from './Container';

export default function(props) {
  return (
    <Container {...props} viewBoxWidth={512} viewBoxHeight={512}>
      <polygon points="434.442,58.997 195.559,297.881 77.554,179.88 0,257.438 195.559,453.003 512,136.551 " />
    </Container>
  );
}