@frontify/fondue-icons
Version:
Frontify's icon SVGs
7 lines (6 loc) • 998 B
JavaScript
import { createFondueIcon as a } from "./fondue-icons2.js";
const r = a("ArrowSpinRight", [["path", { fill: "currentColor", d: "M3.498 20.582a.9.9 0 001.8 0v-.617c.733.701 1.666 1.252 2.6 1.65 1.753.744 3.833 1.095 5.445.814 2.918-.51 4.851-1.634 5.61-2.392a.9.9 0 00-1.271-1.274c-.427.426-1.982 1.427-4.648 1.892-1.18.206-2.902-.048-4.431-.698-1.08-.459-1.913-1.047-2.408-1.67l1.358.259a.9.9 0 10.337-1.768l-3.323-.634-1.069-.205zM11.806 7.84a4.19 4.19 0 00-3.973 4.182l.006.215a4.19 4.19 0 004.182 3.972l.216-.005a4.189 4.189 0 00-.216-8.37zm.216 1.794a2.389 2.389 0 110 4.777 2.389 2.389 0 010-4.777m4.105-7.206c-1.753-.745-3.832-1.096-5.444-.815-2.919.51-4.852 1.634-5.61 2.392a.9.9 0 001.27 1.274c.428-.426 1.983-1.427 4.648-1.892 1.18-.206 2.903.048 4.432.698 1.08.458 1.912 1.047 2.407 1.67l-1.357-.259a.9.9 0 10-.337 1.768l3.322.634 1.07.206V3.46a.9.9 0 00-1.8 0v.617c-.733-.701-1.667-1.252-2.601-1.65" }]]);
export {
r as IconArrowSpinRight
};
//# sourceMappingURL=fondue-icons45.js.map