@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 789 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as r } from "react";
function l(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: "IconCaretLeft24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M16.31 19.78a.75.75 0 0 1-1.06 0L8 12.53 7.47 12l.53-.53 7.25-7.25a.75.75 0 0 1 1.06 1.06L9.59 12l6.72 6.72a.75.75 0 0 1 0 1.06",
clipRule: "evenodd"
}
)
}
);
}
const s = r(l);
export {
s as default
};
//# sourceMappingURL=IconCaretLeft24.es.js.map