@frontify/fondue
Version:
Design system of Frontify
29 lines (28 loc) • 707 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPlay24Filled",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
d: "M4.64 19.152V4.77a1 1 0 0 1 1.497-.868l12.626 7.226a1 1 0 0 1-.004 1.738L6.133 20.022a1 1 0 0 1-1.493-.87"
}
)
}
);
}
const n = l(a);
export {
n as default
};
//# sourceMappingURL=IconPlay24Filled.es.js.map