@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 862 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
function o(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: "IconCaretLeftDouble16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M8.354 2.855a.5.5 0 0 0-.707-.708l-5.5 5.5-.354.354.354.354 5.5 5.5a.5.5 0 1 0 .707-.707L3.207 8zm5.5 0a.5.5 0 0 0-.708-.707l-5.5 5.5L7.293 8l.353.354 5.5 5.5a.5.5 0 0 0 .707-.707L8.708 8z",
clipRule: "evenodd"
}
)
}
);
}
const s = l(o);
export {
s as default
};
//# sourceMappingURL=IconCaretLeftDouble16.es.js.map