@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 863 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPlay16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3.748 3.04a.5.5 0 0 0-.723.448v8.994a.5.5 0 0 0 .721.449l9.097-4.475a.5.5 0 0 0 .002-.897zm-1.723.448a1.5 1.5 0 0 1 2.168-1.343l9.097 4.519c1.112.552 1.11 2.14-.006 2.689l-9.097 4.475a1.5 1.5 0 0 1-2.162-1.346z",
clipRule: "evenodd"
}
)
}
);
}
const s = l(a);
export {
s as default
};
//# sourceMappingURL=IconPlay16.es.js.map