@frontify/fondue-icons
Version:
Frontify's icon SVGs
7 lines (6 loc) • 546 B
JavaScript
import { createFondueIcon as e } from "./fondue-icons2.js";
const a = e("SidebarRightShow", [["path", { fill: "currentColor", "fill-rule": "evenodd", d: "M19 5.5h-3v13h3a1.5 1.5 0 001.5-1.5V7A1.5 1.5 0 0019 5.5m-14 0h9.5v13H5A1.5 1.5 0 013.5 17V7A1.5 1.5 0 015 5.5M5 4a3 3 0 00-3 3v10a3 3 0 003 3h14a3 3 0 003-3V7a3 3 0 00-3-3zm5.422 5.702a.75.75 0 10-1.06-1.06L6.533 11.47l-.53.53.53.53 2.829 2.829a.75.75 0 101.06-1.06L8.124 12z", "clip-rule": "evenodd" }]]);
export {
a as IconSidebarRightShow
};
//# sourceMappingURL=fondue-icons294.js.map