@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 789 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCaretUp16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M2.132 11.215a.5.5 0 0 1 0-.707l5.515-5.516.354-.353.353.353 5.514 5.514a.5.5 0 0 1-.707.707L8 6.053l-5.162 5.162a.5.5 0 0 1-.707 0",
clipRule: "evenodd"
}
)
}
);
}
const s = r(l);
export {
s as default
};
//# sourceMappingURL=IconCaretUp16.es.js.map