@react95/core
Version:
Windows 95 styleguide
18 lines (17 loc) • 409 B
JavaScript
import React from "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;
export {
Play$1 as default
};