UNPKG

infinity-forge

Version:
9 lines 529 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PlayIcon = PlayIcon; var jsx_runtime_1 = require("react/jsx-runtime"); function PlayIcon(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 384 512', children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80V432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z' }) })); } //# sourceMappingURL=icon-Play.js.map