@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 965 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
function c(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPlayCircle32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M26 16c0 5.523-4.477 10-10 10S6 21.523 6 16 10.477 6 16 6s10 4.477 10 10m2 0c0 6.627-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4s12 5.373 12 12m-12.935-4.846c-1.334-.787-3.017.174-3.017 1.722v6.288c0 1.53 1.649 2.493 2.982 1.742l5.45-3.07c1.342-.756 1.362-2.682.035-3.465zm-1.017 8.01v-6.288l5.45 3.217z",
clipRule: "evenodd"
}
)
}
);
}
const n = l(c);
export {
n as default
};
//# sourceMappingURL=IconPlayCircle32.es.js.map