@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 793 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as r } from "react";
function l(t) {
return /* @__PURE__ */ e(
"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: "IconCaretUp32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M6.216 21.442a1 1 0 0 1 0-1.414l9.07-9.07.707-.707.707.707 9.084 9.084a1 1 0 0 1-1.414 1.415l-8.377-8.378-8.363 8.363a1 1 0 0 1-1.414 0",
clipRule: "evenodd"
}
)
}
);
}
const s = r(l);
export {
s as default
};
//# sourceMappingURL=IconCaretUp32.es.js.map