@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 882 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
function o(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCaretUpDown32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M9.636 12.293a1 1 0 1 0 1.414 1.414L16 8.757l4.95 4.95a1 1 0 1 0 1.414-1.414l-5.657-5.657L16 5.93l-.707.707zm12.728 7.414a1 1 0 0 0-1.414-1.414L16 23.243l-4.95-4.95a1 1 0 0 0-1.414 1.414l5.657 5.657.707.707.707-.707z",
clipRule: "evenodd"
}
)
}
);
}
const s = l(o);
export {
s as default
};
//# sourceMappingURL=IconCaretUpDown32.es.js.map