@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 928 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function i(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: "IconSidebarRightHide16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3 3h7v10H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m10 0h-2v10h2a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1m0-1a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zM4.917 6.232a.5.5 0 0 1 .707-.707l2.121 2.121L8.1 8l-.354.354-2.12 2.12a.5.5 0 0 1-.708-.706L6.685 8z",
clipRule: "evenodd"
}
)
}
);
}
const n = a(i);
export {
n as default
};
//# sourceMappingURL=IconSidebarRightHide16.es.js.map