@frontify/fondue
Version:
Design system of Frontify
29 lines (28 loc) • 706 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPlay20Filled",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
d: "M3.703 16.249V3.8a1 1 0 0 1 1.48-.878l11.454 6.254a1 1 0 0 1-.003 1.758L5.179 17.128a1 1 0 0 1-1.476-.88"
}
)
}
);
}
const n = l(a);
export {
n as default
};
//# sourceMappingURL=IconPlay20Filled.es.js.map