UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 649 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.PlayLegacy = void 0; const react_1 = __importDefault(require("react")); exports.PlayLegacy = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" }, react_1.default.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" })));