@frontify/fondue-icons
Version:
Frontify's icon SVGs
7 lines (6 loc) • 586 B
JavaScript
import { createFondueIcon as o } from "./fondue-icons2.js";
const t = o("RadiusBottomRight", [["path", { fill: "currentColor", "fill-rule": "evenodd", d: "M7.85 19.601h3.304a9.25 9.25 0 009.25-9.25V6.846a.75.75 0 011.5 0v3.505c0 5.938-4.813 10.75-10.75 10.75H7.85a.75.75 0 010-1.5M4.1 12.096a1 1 0 110-2 1 1 0 010 2m-1 3.373a1 1 0 102 0 1 1 0 00-2 0m1-7.373a1 1 0 110-2 1 1 0 010 2m11-5a1 1 0 102 0 1 1 0 00-2 0m-3 1a1 1 0 110-2 1 1 0 010 2m-4 0a1 1 0 110-2 1 1 0 010 2", "clip-rule": "evenodd" }]]);
export {
t as IconRadiusBottomRight
};
//# sourceMappingURL=fondue-icons299.js.map