@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 944 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function r(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconSidebarLeftHide32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M25 8H13v16h12a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2M7 8h4v16H7a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2m0 18h18a4 4 0 0 0 4-4V10a4 4 0 0 0-4-4H7a4 4 0 0 0-4 4v12a4 4 0 0 0 4 4m14.515-12.828a1 1 0 0 0-1.415-1.415l-3.535 3.536-.707.707.707.707 3.535 3.536a1 1 0 0 0 1.415-1.415L18.686 16z",
clipRule: "evenodd"
}
)
}
);
}
const n = a(r);
export {
n as default
};
//# sourceMappingURL=IconSidebarLeftHide32.es.js.map