{"ScriptPreparationCode":"var SVGInline = function() {\r\n return React.createElement(\r\n \u0022svg\u0022,\r\n { className: \u0022office\u0022, xmlns: \u0022http://www.w3.org/2000/svg\u0022, width: 190, height: 190, viewBox: \u00220 0 188.5 188.5\u0022,\r\n dangerouslySetInnerHTML: {\r\n __html: \u0027\u003Cpath d=\u0022M27 14h5c0-1.105-1.119-2-2.5-2s-2.5 0.895-2.5 2v0zM27 14c0-1.105-1.119-2-2.5-2s-2.5 0.895-2.5 2c0-1.105-1.119-2-2.5-2s-2.5 0.895-2.5 2v0 14c0 1.112-0.895 2-2 2-1.112 0-2-0.896-2-2.001v-1.494c0-0.291 0.224-0.505 0.5-0.505 0.268 0 0.5 0.226 0.5 0.505v1.505c0 0.547 0.444 0.991 1 0.991 0.552 0 1-0.451 1-0.991v-14.009c0-1.105-1.119-2-2.5-2s-2.5 0.895-2.5 2c0-1.105-1.119-2-2.5-2s-2.5 0.895-2.5 2c0-1.105-1.119-2-2.5-2s-2.5 0.895-2.5 2c0-5.415 6.671-9.825 15-9.995v-1.506c0-0.283 0.224-0.499 0.5-0.499 0.268 0 0.5 0.224 0.5 0.499v1.506c8.329 0.17 15 4.58 15 9.995h-5z\u0022\u003E\u003C/path\u003E\u0027\r\n }\r\n },\r\n );\r\n}\r\n\r\nvar SVGUse = function() {\r\n\treturn React.createElement(\r\n \u0022svg\u0022,\r\n { className: \u0022office\u0022, xmlns: \u0022http://www.w3.org/2000/svg\u0022, width: 190, height: 190, viewBox: \u00220 0 188.5 188.5\u0022 },\r\n React.createElement(\u0022use\u0022, { xlinkHref: \u0027#umbrella\u0027 })\r\n );\r\n}\r\n","TestCases":[{"Name":"SVGInline","Code":"for(i=0;i\u003C500;i\u002B\u002B){\r\nReactDOM.render(React.createElement(SVGInline, null), document.querySelector(\u0022#main\u0022));\r\n}","IsDeferred":false},{"Name":"SVGUse","Code":"for(i=0;i\u003C500;i\u002B\u002B){\r\nReactDOM.render(React.createElement(SVGUse, null), document.querySelector(\u0022#main\u0022));\r\n}","IsDeferred":false}]}