@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 838 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
function s(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconThumbsUp24Filled",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M6 10a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3h1V10zm2.5-1.108V20h7.226a3 3 0 0 0 2.629-1.554l2.2-4c1.1-2-.347-4.446-2.629-4.446H14.5l.532-4.273c.182-1.456-1.62-2.28-2.602-1.19z",
clipRule: "evenodd"
}
)
}
);
}
const r = l(s);
export {
r as default
};
//# sourceMappingURL=IconThumbsUp24Filled.es.js.map