UNPKG

@brizy/ui-icons

Version:
5 lines (4 loc) 558 B
import React from "react"; export const Play = () => (React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "currentColor" }, React.createElement("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, React.createElement("path", { d: "M13.6,7.20019083 L3.6,0.200190831 C2.9,-0.299809169 2,0.200190831 2,1.00019083 L2,15.0001908 C2,15.8001908 2.9,16.3001908 3.6,15.8001908 L13.6,8.80019083 C14.1,8.40019083 14.1,7.60019083 13.6,7.20019083 Z", fill: "currentColor", fillRule: "nonzero" }))));