@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 936 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as r } 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: "IconArrowLeft16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M6.75 13.01a.5.5 0 1 0 .707-.707L3.654 8.499h10.107a.5.5 0 0 0 0-1H3.654l2.663-2.663.858-.858.212-.212.053-.052.013-.014.003-.003h.001l-.353-.354.353.353a.5.5 0 1 0-.707-.707l.354.354-.354-.354v.001l-.004.003-.013.014-.053.052-.212.212-.858.858-3.517 3.517-.353.353.353.354z",
clipRule: "evenodd"
}
)
}
);
}
const a = r(o);
export {
a as default
};
//# sourceMappingURL=IconArrowLeft16.es.js.map