MCPcopy Create free account
hub / github.com/microsoft/SandDance / Logo

Function Logo

docs/app/js/sanddance-app.js:16013–16020  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16011`;
16012const d = s.split("\n").map((row, irow)=>row.length ? row.split("").map((char, icol)=>char.trim() ? `M${2 * icol + 1} ${2 * (irow - 1) + 1} v1 h1 v-1 Z` : "").join(" ") : "").join("\n");
16013function Logo() {
16014 return (0, _base.base).react.createElement("svg", {
16015 xmlns: "http://www.w3.org/2000/svg",
16016 viewBox: "0 0 16 16"
16017 }, (0, _base.base).react.createElement("path", {
16018 d: d
16019 }));
16020}
16021
16022},{"../base":"b6Cy1","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"lUuMz":[function(require,module,exports) {
16023var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected