UNPKG

ab-tests

Version:
21 lines (18 loc) 428 B
import React from "react"; function PlayButton({...props}) { return ( <svg xmlns="http://www.w3.org/2000/svg" width="11" height="13" viewBox="0 0 11 13" {...props} > <path fill="#484D51" d="M9.938 5.028L1.688.153C1.007-.245 0 .153 0 1.114v9.75c0 .89.938 1.43 1.688.985l8.25-4.875a1.14 1.14 0 000-1.946z" ></path> </svg> ); } export default PlayButton;