collaborative-ui
Version:
React component library for building real-time collaborative editing applications.
11 lines (10 loc) • 663 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlayIcon = void 0;
const tslib_1 = require("tslib");
const React = tslib_1.__importStar(require("react"));
const PlayIcon = (props) => {
return (React.createElement("svg", { ...props, viewBox: "0 0 18 18" },
React.createElement("path", { d: "M15.5615866,8.10002147 L3.87056367,0.225209313 C3.05219207,-0.33727727 2,0.225209313 2,1.12518784 L2,16.8748122 C2,17.7747907 3.05219207,18.3372773 3.87056367,17.7747907 L15.5615866,9.89997853 C16.1461378,9.44998927 16.1461378,8.55001073 15.5615866,8.10002147 L15.5615866,8.10002147 Z" })));
};
exports.PlayIcon = PlayIcon;
;