@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 r } from "react";
function l(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCaretLeft12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M8.68 10.796a.5.5 0 0 1-.708 0L3.53 6.353l-.354-.354.354-.353 4.44-4.442a.5.5 0 1 1 .707.707L4.589 6l4.09 4.09a.5.5 0 0 1 0 .707",
clipRule: "evenodd"
}
)
}
);
}
const s = r(l);
export {
s as default
};
//# sourceMappingURL=IconCaretLeft12.es.js.map