UNPKG

st-create-app

Version:
7 lines 2.26 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.springTypeLogoTemplate = function (color) { if (color === void 0) { color = '#1a6da9'; } return "<svg id=\"logo\"\n xmlns=\"http://www.w3.org/2000/svg\"\n version=\"1.1\"\n viewBox=\"0 0 52.916664 52.916668\"\n height=\"150\"\n width=\"150\">\n <g transform=\"translate(0,-244.08332)\">\n <g transform=\"matrix(0.26458333,0,0,0.26458466,-157.1625,225.5587)\">\n <path style=\"fill:" + color + "\"\n d=\"m 731.053,219.356 h -18.051 l 0.207,-73.981 -29.543,-6.708 V 120.645 L 763,137.978 v 18.023 l -30.916,-6.251 z\"/>\n\n <path style=\"fill:" + color + "\"\n d=\"M 594,70.014 V 270.013 H 794 V 70.014 Z M 777.67,253.692 H 610.33 V 86.343 h 167.34 z\"/>\n\n <path class=\"\" style=\"fill:" + color + "\"\n d=\"m 684.479,232.479 c 2.785,-4.535 5.109,-9.388 7.084,-14.393 2.299,-5.701 3.951,-11.801 4.104,-18.086 0.111,-4.449 -0.559,-8.955 -2.119,-13.137 -1.881,-5.134 -5.021,-9.697 -8.768,-13.503 -4.436,-4.521 -9.672,-8.055 -15.135,-10.962 -7.492,-3.934 -15.457,-6.763 -23.568,-8.684 -0.871,-0.189 -1.736,-0.441 -2.621,-0.502 6.006,3.106 11.848,6.597 17.502,10.406 5.01,3.438 9.869,7.162 14.297,11.431 4.266,4.136 8.223,8.776 10.945,14.216 1.355,2.746 2.396,5.715 2.676,8.797 0.113,1.172 0.092,2.363 -0.129,3.516 -5.621,1.492 -11.572,1.283 -17.299,0.176 -5.998,-1.19 -11.799,-3.515 -17.191,-6.615 -4.99,-2.866 -9.73,-6.322 -13.747,-10.621 -5.774,-6.086 -10.082,-13.631 -12.941,-21.658 -2.405,-6.75 -3.835,-13.84 -4.559,-20.969 -0.619,-6.43 -0.693,-12.915 -0.073,-19.317 1.763,1.688 3.544,3.361 5.443,4.875 4.164,3.383 8.717,6.209 13.489,8.466 6.611,3.169 13.629,5.139 20.641,6.893 5.992,1.563 12.123,2.89 17.711,5.851 5.736,2.938 11.057,7.037 15.045,12.381 3.826,5.044 6.342,11.137 7.465,17.441 1.273,6.99 0.988,14.184 -0.285,21.082 -1.078,5.799 -2.846,11.438 -5.26,16.73 -2.604,5.883 -6.566,10.969 -11.104,15.256 -0.395,0.318 -0.768,0.668 -1.145,1.01 -0.047,0.035 -0.197,0.174 -0.244,0.211 -0.172,0.146 -0.289,0.229 -0.461,0.377 -0.135,0.1 -0.266,0.205 -0.398,0.309\"/>\n </g>\n </g>\n</svg>"; }; //# sourceMappingURL=springTypeLogoTemplate.js.map