@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 796 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCaretDown16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M13.868 4.785a.5.5 0 0 1 0 .707l-5.515 5.516-.354.353-.353-.353-5.514-5.514a.5.5 0 0 1 .707-.707L8 9.947l5.162-5.162a.5.5 0 0 1 .707 0",
clipRule: "evenodd"
}
)
}
);
}
const s = o(n);
export {
s as default
};
//# sourceMappingURL=IconCaretDown16.es.js.map