@frontify/fondue
Version:
Design system of Frontify
29 lines (28 loc) • 702 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as l } from "react";
function a(e) {
return /* @__PURE__ */ t(
"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: "IconPlay32Filled",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
d: "M7.002 24.38V7.62a1 1 0 0 1 1.448-.895l16.736 8.38a1 1 0 0 1 0 1.79L8.45 25.274a1 1 0 0 1-1.448-.894"
}
)
}
);
}
const n = l(a);
export {
n as default
};
//# sourceMappingURL=IconPlay32Filled.es.js.map