@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 929 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
function i(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconSidebarLeftHide24Filled",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M9.5 5.5H19A1.5 1.5 0 0 1 20.5 7v10a1.5 1.5 0 0 1-1.5 1.5H9.5zM2 7a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3zm14.228 2.458a.75.75 0 1 0-1.06-1.06l-2.829 2.828-.53.53.53.53 2.828 2.83a.75.75 0 0 0 1.061-1.061l-2.298-2.298z",
clipRule: "evenodd"
}
)
}
);
}
const o = l(i);
export {
o as default
};
//# sourceMappingURL=IconSidebarLeftHide24Filled.es.js.map