@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 788 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCaretUp12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M1.204 8.68a.5.5 0 0 1 0-.708L5.648 3.53 6 3.175l.354.354 4.442 4.442a.5.5 0 1 1-.708.707L6.001 4.589l-4.09 4.09a.5.5 0 0 1-.707 0",
clipRule: "evenodd"
}
)
}
);
}
const s = r(l);
export {
s as default
};
//# sourceMappingURL=IconCaretUp12.es.js.map