UNPKG

@primer/react-brand

Version:

Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.

27 lines (26 loc) 593 B
import "react"; import { jsx as e, jsxs as t } from "react/jsx-runtime"; //#region src/VideoPlayer/components/PauseIcon/PauseIcon.tsx var n = (n) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", ...n, children: [/* @__PURE__ */ e("rect", { width: "7.2", height: "24", rx: "1", fill: "currentColor" }), /* @__PURE__ */ e("rect", { x: "12.5", width: "7.2", height: "24", rx: "1", fill: "currentColor" })] }); //#endregion export { n as PauseIcon }; //# sourceMappingURL=PauseIcon.js.map