Newer
Older
import { h } from "@stencil/core";
function SvgPlay(props) {
return (
<svg viewBox="0 0 1000 1000" {...props}>
<path d="M958 156q-218-31-458-31T42 156Q0 320 0 500t42 344q218 31 458 31t458-31q42-164 42-344t-42-344zM375 687V312l313 188z" />
</svg>
);
}
export default SvgPlay;