UNPKG

@frontify/fondue

Version:
34 lines (33 loc) 1.19 kB
import { jsx as l, jsxs as t } from "react/jsx-runtime"; import { memo as i } from "react"; function r(e) { return /* @__PURE__ */ l( "svg", { xmlns: "http://www.w3.org/2000/svg", width: 12, height: 12, className: "tw-flex tw-items-center tw-justify-center tw-fill-current", name: "IconPlayCircle12", "aria-hidden": "true", ...e, children: /* @__PURE__ */ t("g", { fill: "none", children: [ /* @__PURE__ */ l("g", { clipPath: "url(#PlayCircle12)", children: /* @__PURE__ */ l( "path", { fill: "currentColor", fillRule: "evenodd", d: "M11 6A5 5 0 1 1 1 6a5 5 0 0 1 10 0m1 0A6 6 0 1 1 0 6a6 6 0 0 1 12 0M5 7.812V4.213l2.617 1.841zm.575-4.417A1 1 0 0 0 4 4.213v3.599a1 1 0 0 0 1.557.83l2.618-1.757a1 1 0 0 0 .018-1.649z", clipRule: "evenodd" } ) }), /* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "PlayCircle12", children: /* @__PURE__ */ l("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) }) ] }) } ); } const o = i(r); export { o as default }; //# sourceMappingURL=IconPlayCircle12.es.js.map