@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 883 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCaretUpDown20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M14.066 13.283a.75.75 0 0 0-1.06-1.06L10 15.228l-3.005-3.005a.75.75 0 1 0-1.061 1.06L9.47 16.82l.53.53.53-.53zM5.934 6.73a.75.75 0 1 0 1.06 1.06L10 4.785l3.005 3.005a.75.75 0 0 0 1.06-1.06L10.53 3.194l-.53-.53-.53.53z",
clipRule: "evenodd"
}
)
}
);
}
const s = o(l);
export {
s as default
};
//# sourceMappingURL=IconCaretUpDown20.es.js.map