@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 868 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
import { memo as t } from "react";
function r(e) {
return /* @__PURE__ */ o(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowHook32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ o(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M11 7a1 1 0 1 0 0 2V8v1h9a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8.486l2.193-2.193a1 1 0 0 0-1.414-1.414l-3.89 3.889-.706.707.707.707 3.889 3.89a1 1 0 0 0 1.414-1.415L11.537 23H20a4 4 0 0 0 4-4v-8a4 4 0 0 0-4-4zv1z",
clipRule: "evenodd"
}
)
}
);
}
const s = t(r);
export {
s as default
};
//# sourceMappingURL=IconArrowHook32.es.js.map