@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.25 kB
JavaScript
import { jsx as i, jsxs as r } from "react/jsx-runtime";
import { memo as l } from "react";
function n(e) {
return /* @__PURE__ */ i(
"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: "IconArrowMinimize12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ r("g", { fill: "none", children: [
/* @__PURE__ */ i("g", { clipPath: "url(#ArrowMinimize12)", children: /* @__PURE__ */ i(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M11.354 1.354a.5.5 0 0 0-.707-.708L8 3.293V1.5h-.5.5a.5.5 0 0 0-1 0h.5H7V5h3.5a.5.5 0 0 0 0-1H8.707zm-10.708 10a.5.5 0 0 1 0-.707L3.293 8H1.5a.5.5 0 0 1 0-1H5v3.5H4V8.706l-2.646 2.647a.5.5 0 0 1-.708 0M4.5 10.5H5a.5.5 0 0 1-1 0z",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ i("defs", { children: /* @__PURE__ */ i("clipPath", { id: "ArrowMinimize12", children: /* @__PURE__ */ i("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const c = l(n);
export {
c as default
};
//# sourceMappingURL=IconArrowMinimize12.es.js.map