@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 857 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconThumbsUp12Filled",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M2.511 4.995A1.5 1.5 0 0 0 1 6.495v3.02a1.5 1.5 0 0 0 1.5 1.5H3V4.998zM4 4.335v6.68h4.498a1.5 1.5 0 0 0 1.386-.925l1.256-3.032a1.5 1.5 0 0 0-1.385-2.075H8V2.001C8 1.04 6.776.63 6.2 1.4z",
clipRule: "evenodd"
}
)
}
);
}
const i = l(s);
export {
i as default
};
//# sourceMappingURL=IconThumbsUp12Filled.es.js.map