@frontify/fondue-icons
Version:
Frontify's icon SVGs
7 lines (6 loc) • 577 B
JavaScript
import { createFondueIcon as a } from "./fondue-icons2.js";
const r = a("RectanglePortraitSquare", [["path", { fill: "currentColor", "fill-rule": "evenodd", d: "M6 4.5h12A1.5 1.5 0 0119.5 6v12a1.5 1.5 0 01-1.5 1.5H6A1.5 1.5 0 014.5 18V6A1.5 1.5 0 016 4.5M3 6a3 3 0 013-3h12a3 3 0 013 3v12a3 3 0 01-3 3H6a3 3 0 01-3-3zm7 1.5h4a.5.5 0 01.5.5v8a.5.5 0 01-.5.5h-4a.5.5 0 01-.5-.5V8a.5.5 0 01.5-.5M8 8a2 2 0 012-2h4a2 2 0 012 2v8a2 2 0 01-2 2h-4a2 2 0 01-2-2z", "clip-rule": "evenodd" }]]);
export {
r as IconRectanglePortraitSquare
};
//# sourceMappingURL=fondue-icons303.js.map