@frontify/fondue-icons
Version:
Frontify's icon SVGs
7 lines (6 loc) • 579 B
JavaScript
import { createFondueIcon as o } from "./fondue-icons2.js";
const e = o("RadiusBottomLeft", [["path", { fill: "currentColor", "fill-rule": "evenodd", d: "M4.5 6.947v3.303a9.25 9.25 0 009.25 9.25h3.505a.75.75 0 110 1.5h-3.506C7.812 21 3 16.187 3 10.25V6.947a.75.75 0 111.5 0m7.505-3.75a1 1 0 112 0 1 1 0 01-2 0m-3.373-1a1 1 0 100 2 1 1 0 000-2m7.373 1a1 1 0 112 0 1 1 0 01-2 0m5 11a1 1 0 100 2 1 1 0 000-2m-1-3a1 1 0 112 0 1 1 0 01-2 0m0-4a1 1 0 112 0 1 1 0 01-2 0", "clip-rule": "evenodd" }]]);
export {
e as IconRadiusBottomLeft
};
//# sourceMappingURL=fondue-icons271.js.map