@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 884 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
function o(t) {
return /* @__PURE__ */ e(
"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: "IconPlay24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5.764 4.553a.25.25 0 0 0-.374.217v14.382a.25.25 0 0 0 .373.217l12.627-7.156a.25.25 0 0 0 0-.434zM3.89 4.77c0-1.344 1.453-2.187 2.62-1.519l12.626 7.226c1.177.674 1.173 2.373-.007 3.041L6.503 20.674c-1.167.661-2.613-.181-2.613-1.522z",
clipRule: "evenodd"
}
)
}
);
}
const r = l(o);
export {
r as default
};
//# sourceMappingURL=IconPlay24.es.js.map