codevise/pageflow

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

Summary

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

export default function(props) {
  return (
    <Container {...props} viewBoxWidth={512} viewBoxHeight={512}>
      <path d="M152.443 136.417l207.114 119.573-207.114 119.593z" />
    </Container>
  );
}