@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 880 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as o } from "react";
function n(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCaretUpDown24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7.227 8.712a.75.75 0 0 0 1.06 1.06L12 6.06l3.712 3.713a.75.75 0 1 0 1.06-1.061L12.53 4.469 12 3.94l-.53.53zm9.546 6.568a.75.75 0 0 0-1.06-1.06L12 17.932 8.288 14.22a.75.75 0 1 0-1.06 1.06l4.242 4.243.53.53.53-.53z",
clipRule: "evenodd"
}
)
}
);
}
const s = o(n);
export {
s as default
};
//# sourceMappingURL=IconCaretUpDown24.es.js.map