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