@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 922 B
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { memo as t } from "react";
function o(e) {
return /* @__PURE__ */ a(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPlayBox32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7 8h18a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2m-4 2a4 4 0 0 1 4-4h18a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4zm10.544.683a1 1 0 0 0-1.495.869v9.084a1 1 0 0 0 1.502.866l7.905-4.583a1 1 0 0 0-.006-1.734zm5.404 5.379L14.049 18.9v-5.629z",
clipRule: "evenodd"
}
)
}
);
}
const m = t(o);
export {
m as default
};
//# sourceMappingURL=IconPlayBox32.es.js.map