@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 800 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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCaretDown32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M25.784 10.558a1 1 0 0 1 0 1.414l-9.07 9.07-.707.707-.707-.707-9.084-9.084a1 1 0 1 1 1.414-1.415l8.377 8.378 8.363-8.363a1 1 0 0 1 1.414 0",
clipRule: "evenodd"
}
)
}
);
}
const s = o(n);
export {
s as default
};
//# sourceMappingURL=IconCaretDown32.es.js.map