@frontify/fondue
Version:
Design system of Frontify
29 lines (28 loc) • 708 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPlay16Filled",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
d: "M2.525 12.482V3.488a1 1 0 0 1 1.445-.895l9.097 4.518a1 1 0 0 1-.003 1.793L3.967 13.38a1 1 0 0 1-1.442-.897"
}
)
}
);
}
const n = l(a);
export {
n as default
};
//# sourceMappingURL=IconPlay16Filled.es.js.map