@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 973 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as t } from "react";
function a(l) {
return /* @__PURE__ */ e(
"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: "IconPlayCircle20",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M17.5 10a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0m1.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0M8.25 7.548a.25.25 0 0 1 .382-.212l4.073 2.53a.25.25 0 0 1-.004.428l-4.073 2.415a.25.25 0 0 1-.378-.215zm1.173-1.486c-1.165-.724-2.673.114-2.673 1.486v4.946c0 1.357 1.476 2.197 2.643 1.505l4.073-2.415a1.75 1.75 0 0 0 .03-2.992z",
clipRule: "evenodd"
}
)
}
);
}
const n = t(a);
export {
n as default
};
//# sourceMappingURL=IconPlayCircle20.es.js.map