@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 790 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: "IconCaretDown24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M19.78 7.69a.75.75 0 0 1 0 1.06L12.53 16l-.53.53-.53-.53-7.25-7.25a.75.75 0 0 1 1.06-1.06L12 14.41l6.72-6.72a.75.75 0 0 1 1.06 0",
clipRule: "evenodd"
}
)
}
);
}
const s = o(n);
export {
s as default
};
//# sourceMappingURL=IconCaretDown24.es.js.map