@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as t } from "react";
function r(l) {
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: "IconPlayCircle24",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M20.5 12a8.5 8.5 0 1 1-17 0 8.5 8.5 0 0 1 17 0m1.5 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10M10.17 9.287a.25.25 0 0 1 .38-.213l4.557 2.798a.25.25 0 0 1-.004.428l-4.557 2.67a.25.25 0 0 1-.376-.215zm1.165-1.491C10.17 7.08 8.67 7.919 8.67 9.287v5.468c0 1.352 1.468 2.193 2.635 1.51l4.556-2.67a1.75 1.75 0 0 0 .03-3.002z",
clipRule: "evenodd"
}
)
}
);
}
const n = t(r);
export {
n as default
};
//# sourceMappingURL=IconPlayCircle24.es.js.map