(s)
| 35822 | _extends.apply(null, arguments) |
| 35823 | ) |
| 35824 | } |
| 35825 | const rolling_load = (s) => |
| 35826 | Re.createElement( |
| 35827 | 'svg', |
| 35828 | _extends( |
| 35829 | { |
| 35830 | xmlns: 'http://www.w3.org/2000/svg', |
| 35831 | width: 200, |
| 35832 | height: 200, |
| 35833 | className: 'rolling-load_svg__lds-rolling', |
| 35834 | preserveAspectRatio: 'xMidYMid', |
| 35835 | style: { |
| 35836 | backgroundImage: 'none', |
| 35837 | backgroundPosition: 'initial initial', |
| 35838 | backgroundRepeat: 'initial initial', |
| 35839 | }, |
| 35840 | viewBox: '0 0 100 100', |
| 35841 | }, |
| 35842 | s |
| 35843 | ), |
| 35844 | Qn || |
| 35845 | (Qn = Re.createElement( |
| 35846 | 'circle', |
| 35847 | { |
| 35848 | cx: 50, |
| 35849 | cy: 50, |
| 35850 | r: 35, |
| 35851 | fill: 'none', |
| 35852 | stroke: '#555', |
| 35853 | strokeDasharray: '164.93361431346415 56.97787143782138', |
| 35854 | strokeWidth: 10, |
| 35855 | }, |
| 35856 | Re.createElement('animateTransform', { |
| 35857 | attributeName: 'transform', |
| 35858 | begin: '0s', |
| 35859 | calcMode: 'linear', |
| 35860 | dur: '1s', |
| 35861 | keyTimes: '0;1', |
| 35862 | repeatCount: 'indefinite', |
| 35863 | type: 'rotate', |
| 35864 | values: '0 50 50;360 50 50', |
| 35865 | }) |
| 35866 | )) |
| 35867 | ), |
| 35868 | decodeRefName = (s) => { |
| 35869 | const o = s.replace(/~1/g, '/').replace(/~0/g, '~') |
nothing calls this directly
no test coverage detected