@primer/react-brand
Version:
Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.
19 lines (18 loc) • 660 B
JavaScript
import "react";
import { jsx as e } from "react/jsx-runtime";
//#region src/VideoPlayer/components/PlayIcon/PlayIcon.tsx
var t = (t) => /* @__PURE__ */ e("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: "24",
height: "24",
viewBox: "0 0 24 24",
fill: "none",
...t,
children: /* @__PURE__ */ e("path", {
d: "M1.56489 23.8112C0.884817 24.2389 1.07491e-06 23.7501 1.0398e-06 22.9467L8.28679e-08 1.05473C4.73246e-08 0.241596 0.904067 -0.245404 1.58307 0.201969L18.5829 11.4026C19.2032 11.8113 19.1935 12.7244 18.5647 13.1198L1.56489 23.8112Z",
fill: "currentColor"
})
});
//#endregion
export { t as PlayIcon };
//# sourceMappingURL=PlayIcon.js.map