@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 876 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
function o(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: "IconThumbsDown16Filled",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M12.368 10.022a1.5 1.5 0 0 0 1.508-1.5V4.498a1.5 1.5 0 0 0-1.5-1.5h-1.5v7.016zm-2.492.656v-7.68H4.935c-.635 0-1.201.4-1.414.998L2.088 8.028A1.5 1.5 0 0 0 3.5 10.03h2.375v2.982c0 .96 1.223 1.368 1.8.6z",
clipRule: "evenodd"
}
)
}
);
}
const r = l(o);
export {
r as default
};
//# sourceMappingURL=IconThumbsDown16Filled.es.js.map