@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 911 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
function a(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: "IconSidebarLeftShow32Filled",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M13 8h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H13zm0 18h12a4 4 0 0 0 4-4V10a4 4 0 0 0-4-4H7a4 4 0 0 0-4 4v12a4 4 0 0 0 4 4zm4.462-12.828a1 1 0 0 1 1.415-1.415l3.535 3.536.707.707-.707.707-3.535 3.536a1 1 0 0 1-1.415-1.415L20.291 16z",
clipRule: "evenodd"
}
)
}
);
}
const n = l(a);
export {
n as default
};
//# sourceMappingURL=IconSidebarLeftShow32Filled.es.js.map