@brizy/ui-icons
Version:
4 lines (3 loc) • 365 B
JavaScript
import React from "react";
export const PlayLegacy = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" },
React.createElement("path", { fill: "currentColor", d: "m13.6 7.2-10-7A1 1 0 0 0 2 1v14c0 .8.9 1.3 1.6.8l10-7c.5-.4.5-1.2 0-1.6z" })));