@react95/core
Version:
Windows 95 styleguide
17 lines (16 loc) • 421 B
JavaScript
const React = require("react");
const Play = (props) => /* @__PURE__ */ React.createElement(
"svg",
{
height: "6",
viewBox: "0 0 494.942 494.942",
width: "6",
xmlns: "http://www.w3.org/2000/svg",
"aria-label": "play",
...props
},
/* @__PURE__ */ React.createElement("path", { d: "M35.353 0l424.236 247.471L35.353 494.942z" })
);
const Play$1 = Play;
module.exports = Play$1;
;