@frontify/fondue-icons
Version:
Frontify's icon SVGs
7 lines (6 loc) • 511 B
JavaScript
import { createFondueIcon as e } from "./fondue-icons2.js";
const d = e("SidebarLeftHideFilled", [["path", { fill: "currentColor", "fill-rule": "evenodd", d: "M9.5 5.5H19A1.5 1.5 0 0120.5 7v10a1.5 1.5 0 01-1.5 1.5H9.5zM2 7a3 3 0 013-3h14a3 3 0 013 3v10a3 3 0 01-3 3H5a3 3 0 01-3-3zm14.228 2.458a.75.75 0 10-1.06-1.06l-2.829 2.828-.53.53.53.53 2.828 2.83a.75.75 0 001.061-1.061l-2.298-2.298z", "clip-rule": "evenodd" }]]);
export {
d as IconSidebarLeftHideFilled
};
//# sourceMappingURL=fondue-icons284.js.map