@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 860 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
function a(t) {
return /* @__PURE__ */ e(
"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: "IconPlay12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M2.64 2.08a.5.5 0 0 0-.725.447v6.996a.5.5 0 0 0 .723.448L9.642 6.49a.5.5 0 0 0 .001-.895zm-1.725.447a1.5 1.5 0 0 1 2.173-1.34L10.092 4.7c1.105.555 1.102 2.134-.005 2.684l-7.004 3.481A1.5 1.5 0 0 1 .915 9.523z",
clipRule: "evenodd"
}
)
}
);
}
const s = l(a);
export {
s as default
};
//# sourceMappingURL=IconPlay12.es.js.map