@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 875 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as o } 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: "IconCaretUpDown16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M11.18 9.857a.5.5 0 1 0-.706-.707l-2.475 2.475L5.525 9.15a.5.5 0 0 0-.707.707l2.827 2.827.354.354.353-.354zM4.819 6.138a.5.5 0 1 0 .707.707L8 4.37l2.474 2.474a.5.5 0 1 0 .707-.707L8.353 3.31 8 2.956l-.354.354z",
clipRule: "evenodd"
}
)
}
);
}
const s = o(l);
export {
s as default
};
//# sourceMappingURL=IconCaretUpDown16.es.js.map