@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 797 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCaretUp20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3.252 13.81a.75.75 0 0 1 0-1.062l6.246-6.245.53-.53.53.53 6.246 6.246a.75.75 0 1 1-1.06 1.06l-5.716-5.715-5.715 5.715a.75.75 0 0 1-1.061 0",
clipRule: "evenodd"
}
)
}
);
}
const s = r(l);
export {
s as default
};
//# sourceMappingURL=IconCaretUp20.es.js.map