UNPKG

ab-tests

Version:
20 lines (17 loc) 484 B
import React from 'react' function TriangleRight() { return ( <svg xmlns="http://www.w3.org/2000/svg" width="4" height="8" tw="fill-current text-quintenary" viewBox="0 0 4 8" > <path d="M.932.275a.466.466 0 00-.664-.02.466.466 0 00-.02.665l2.5 2.656-2.5 2.637a.466.466 0 00.02.664.466.466 0 00.664-.02l2.812-2.969a.52.52 0 00.118-.312.53.53 0 00-.118-.332L.932.275z" ></path> </svg> ) } export default TriangleRight