Last active
August 31, 2020 21:12
-
-
Save crides/1998a188e92a373a4ef4eb9134d4c5dd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def get_sigil($pos): | |
| map( | |
| if .name == "circle" or .name == "path" or .name == "line" then .attributes."stroke-width" = 3 else . end | |
| | "<\(.name) \(.attributes | to_entries | map("\(.key)=\"\(.value)\"") | join(" "))></\(.name)>") | |
| | join("\n") | |
| | "<g transform=\"translate(\($pos % 2 * 128),\($pos / 2 | floor * 128))\">\(.)</g>"; | |
| # "matrix(0.65544921875,0,0,0.65544921875,\([35, 121.10249999999999] | "\(.[$pos % 2]),\(.[$pos / 2 | floor])"))" as $trans | |
| def get_sigil_word($name): | |
| . as $map | |
| | $name | |
| | [.[0:3], .[3:6], .[7:10], .[10:13]] | |
| | map($map[.]) | |
| | to_entries | |
| | map(.key as $pos | .value | get_sigil($pos)) | |
| | join("\n") | |
| | "<svg style=\"display: block; width: 256; height: 256;\" viewBox=\"0 0 256 256\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect fill=\"#000000\" width=\"256\" height=\"256\" x=\"0\" y=\"0\"></rect>\n" + . + "\n</svg>"; | |
| def get_sigil_byte($name): | |
| . as $map | |
| | $name | |
| | $map[$name] | |
| | "<svg style=\"display: block; width: 128; height: 128;\" viewBox=\"0 0 128 128\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect fill=\"#000000\" width=\"128\" height=\"128\" x=\"0\" y=\"0\"></rect>\n" + get_sigil(0) + "\n</svg>"; | |
| get_sigil_byte($name) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "bac": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "12", | |
| "fill": "#000", | |
| "stroke": "#000" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "8", | |
| "fill": "#fff", | |
| "stroke": "#fff", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "bal": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "0", | |
| "x2": "180", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 128 0)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "32", | |
| "x2": "32", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "64", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "96", | |
| "x2": "96", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "ban": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C128 72 72 128 0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "bar": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "bat": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C128 36 100 64 64 64C28 64 0 36 0 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "bec": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "bel": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0C128 72 72 128 0 128C0 128 0 128 0 128L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "ben": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "bep": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64C92 64 64 92 64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "ber": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 0L96 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "bes": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128C64 92 36 64 0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "bet": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "16", | |
| "x2": "48", | |
| "y2": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "bex": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "16", | |
| "x2": "48", | |
| "y2": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "bic": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96C76 96 32 52 32 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "bid": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0C32 72 76 128 128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "bil": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "80", | |
| "y1": "80", | |
| "x2": "112", | |
| "y2": "112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "bin": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| } | |
| ], | |
| "bis": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "64", | |
| "x2": "0", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "96", | |
| "x2": "0", | |
| "y2": "96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "32", | |
| "x2": "0", | |
| "y2": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "bit": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "bol": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "64", | |
| "x2": "0", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "bon": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C92 128 64 100 64 64C64 28 92 0 128 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "bor": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 92 16 60 36 36", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 128C32 100 44 76 60 60", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128C64 112 72 96 84 84", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 128C96 120 100 112 104 104", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "bos": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "bot": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "32", | |
| "y1": "0", | |
| "x2": "32", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "bud": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M16 64C16 92 36 112 64 112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "bur": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "bus": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 128C32 112 16 96 0 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "byl": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M24 24C16 28 8 32 0 32M44 44C32 56 16 64 0 64M68 68C48 88 24 96 0 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "byn": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C128 36 112 68 92 92", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 0C96 28 84 52 68 68", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0C64 16 56 32 44 44", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0C32 8 28 16 24 24", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "byr": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0C128 72 72 128 0 128C0 128 0 128 0 128L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "48", | |
| "cy": "80", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "48", | |
| "cy": "80", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "byt": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0L32 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "dab": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "y1": "0", | |
| "x2": "44", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 80 48)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "12", | |
| "fill": "#000", | |
| "stroke": "#000" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "8", | |
| "fill": "#fff", | |
| "stroke": "#fff", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "dac": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "dal": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "64", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "0", | |
| "x2": "180", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 128 0)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "32", | |
| "x2": "32", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "64", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "96", | |
| "x2": "96", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "dan": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "96", | |
| "y1": "0", | |
| "x2": "96", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "dap": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "80", | |
| "y1": "80", | |
| "x2": "112", | |
| "y2": "112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "dar": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M88 88C100 76 100 52 88 40C76 28 52 28 40 40", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M76 76C80 68 80 60 76 52C68 48 60 48 52 52", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 96C116 80 116 48 96 32C80 12 48 12 32 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "das": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "dat": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C92 128 64 100 64 64C64 28 92 0 128 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "dav": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 64C96 48 80 32 64 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "deb": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0C64 36 36 64 0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "dec": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "112", | |
| "cy": "16", | |
| "r": "12", | |
| "fill": "#000", | |
| "stroke": "#000" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "112", | |
| "cy": "16", | |
| "r": "8", | |
| "fill": "#fff", | |
| "stroke": "#fff", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "def": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128L128 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 96L96 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 64L64 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 32L32 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "12", | |
| "fill": "#000", | |
| "stroke": "#000" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "8", | |
| "fill": "#fff", | |
| "stroke": "#fff", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "deg": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128C64 92 36 64 0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "del": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0C128 72 72 128 0 128C0 128 0 128 0 128L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "dem": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0C64 36 36 64 0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "den": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 96C52 96 96 52 96 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "dep": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 128C32 100 44 76 60 60", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128C64 112 72 96 84 84", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 128C96 120 100 112 104 104", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "der": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 64L0 0L128 0V64C128 100 100 128 64 128C28 128 0 100 0 64Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 128L96 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "des": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 0L96 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "det": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "112", | |
| "x2": "48", | |
| "y2": "80", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "dev": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "96", | |
| "y1": "0", | |
| "x2": "96", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "32", | |
| "y1": "0", | |
| "x2": "32", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "dex": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "dib": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "64", | |
| "x2": "128", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "32", | |
| "x2": "128", | |
| "y2": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "dif": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M60 68C40 48 32 24 32 0M84 44C72 32 64 16 64 0M104 24C100 16 96 8 96 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "0", | |
| "x2": "180", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 128 0)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "16", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "16", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "12", | |
| "fill": "#000", | |
| "stroke": "#000" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "8", | |
| "fill": "#fff", | |
| "stroke": "#fff", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "dig": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "16", | |
| "x2": "48", | |
| "y2": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "dil": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "80", | |
| "y1": "80", | |
| "x2": "112", | |
| "y2": "112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "0", | |
| "x2": "180", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 128 0)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "din": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "96", | |
| "y1": "0", | |
| "x2": "96", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "dir": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 64C96 80 80 96 64 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "16", | |
| "x2": "48", | |
| "y2": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "dis": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "div": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 96C72 96 128 52 128 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 64C72 64 128 36 128 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "doc": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0C128 72 72 128 0 128C0 128 0 128 0 128L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M88 40C76 28 52 28 40 40C28 52 28 76 40 88", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "dol": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 16C28 16 48 36 48 64C48 92 28 112 0 112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "don": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 92 28 64 64 64C100 64 128 92 128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "dop": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 112C92 112 112 92 112 64C112 36 92 16 64 16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "dor": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "y1": "64", | |
| "x2": "128", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "dos": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M88 88C100 76 100 52 88 40C76 28 52 28 40 40", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "dot": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "dov": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 32C24 32 48 44 68 60M0 64C16 64 32 72 44 84M0 96C8 96 16 100 20 104", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C36 0 68 16 92 36", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "doz": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128L0 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 32C48 12 80 12 96 32C116 48 116 80 96 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M52 52C60 48 68 48 76 52C80 60 80 68 76 76", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M40 40C52 28 76 28 88 40C100 52 100 76 88 88", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "duc": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 32L0 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "dul": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 16C92 16 112 36 112 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 64L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "dun": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M112 64C112 36 92 16 64 16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "dur": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 64L0 0L128 0V64C128 100 100 128 64 128C28 128 0 100 0 64Z", | |
| "fill": "#fff" | |
| } | |
| } | |
| ], | |
| "dus": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0C32 52 76 96 128 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "dut": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "dux": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "dyl": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "dyn": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 32L0 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "dyr": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0C128 72 72 128 0 128C0 128 0 128 0 128L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "dys": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 36 28 64 64 64C100 64 128 36 128 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "dyt": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "fab": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "12", | |
| "fill": "#000", | |
| "stroke": "#000" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "8", | |
| "fill": "#fff", | |
| "stroke": "#fff", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "fad": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "fal": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0C128 72 72 128 0 128C0 128 0 128 0 128L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128L128 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C36 0 68 16 92 36", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 32C28 32 52 44 68 60", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 64C16 64 32 72 44 84", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 96C8 96 16 100 24 104", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "fam": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "64", | |
| "x2": "0", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "fan": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "fas": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "feb": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "fed": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 32L0 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "fel": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0C128 72 72 128 0 128C0 128 0 128 0 128L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "y1": "0", | |
| "x2": "44", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 80 48)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "fen": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 92 16 60 36 36", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 128C32 100 44 76 60 60", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128C64 112 72 96 84 84", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 128C96 120 100 112 104 104", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "fep": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "fer": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "fes": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0L32 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "fet": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "fex": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "y1": "0", | |
| "x2": "44", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 80 48)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "fid": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "fig": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "fil": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "64", | |
| "x2": "0", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "32", | |
| "y1": "0", | |
| "x2": "32", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "fin": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "100", | |
| "y1": "0", | |
| "x2": "100", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "fip": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "fir": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "y1": "0", | |
| "x2": "44", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 80 48)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "80", | |
| "y1": "80", | |
| "x2": "112", | |
| "y2": "112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "16", | |
| "x2": "48", | |
| "y2": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "fit": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "0", | |
| "x2": "180", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 128 0)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "fod": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "fog": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M88 88C100 76 100 52 88 40C76 28 52 28 40 40", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "fol": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "64", | |
| "x2": "0", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "fon": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "fop": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M16 64C16 92 36 112 64 112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "fos": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 0C96 52 52 96 0 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0C64 36 36 64 0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0C32 16 16 32 0 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "fot": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "112", | |
| "x2": "48", | |
| "y2": "80", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "ful": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 96C80 96 96 80 96 64C96 48 80 32 64 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "fun": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64V128H0L0 64C0 28 28 0 64 0C100 0 128 28 128 64Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "112", | |
| "x2": "48", | |
| "y2": "80", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "fur": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M88 40C76 28 56 28 40 40C28 56 28 76 40 88", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "fus": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 128C32 112 16 96 0 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "fyl": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M24 24C16 28 8 32 0 32M44 44C32 56 16 64 0 64M68 68C48 88 24 96 0 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "fyn": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "fyr": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0C128 72 72 128 0 128C0 128 0 128 0 128L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "y1": "0", | |
| "x2": "44", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 80 48)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "hab": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "0", | |
| "x2": "180", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 128 0)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M60 68C40 48 32 24 32 0M84 44C72 32 64 16 64 0M104 24C100 16 96 8 96 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "12", | |
| "fill": "#000", | |
| "stroke": "#000" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "8", | |
| "fill": "#fff", | |
| "stroke": "#fff", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "hac": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "0", | |
| "x2": "180", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 128 0)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "had": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "hal": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0C128 72 72 128 0 128C0 128 0 128 0 128L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M16 64C16 92 36 112 64 112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M112 64C112 36 92 16 64 16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "han": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| } | |
| ], | |
| "hap": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "har": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "has": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "hat": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "16", | |
| "r": "8", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "0", | |
| "x2": "180", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 128 0)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M48 32C48 40 40 48 32 48C24 48 16 40 16 32C16 24 24 16 32 16C40 16 48 24 48 32ZM32 40C36 40 40 36 40 32C40 28 36 24 32 24C28 24 24 28 24 32C24 36 28 40 32 40Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "hav": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "96", | |
| "y1": "0", | |
| "x2": "96", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "heb": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "hec": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "hep": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "hes": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0L32 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M48 96C48 104 40 112 32 112C24 112 16 104 16 96C16 88 24 80 32 80C40 80 48 88 48 96ZM32 104C36 104 40 100 40 96C40 92 36 88 32 88C28 88 24 92 24 96C24 100 28 104 32 104Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "het": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 128L96 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "hex": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "hid": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 96C52 96 96 52 96 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 64C36 64 64 36 64 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 32C16 32 32 16 32 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "hil": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "64", | |
| "x2": "128", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "hin": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "32", | |
| "y1": "0", | |
| "x2": "32", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M48 64C48 72 40 80 32 80C24 80 16 72 16 64C16 56 24 48 32 48C40 48 48 56 48 64ZM32 72C36 72 40 68 40 64C40 60 36 56 32 56C28 56 24 60 24 64C24 68 28 72 32 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "hob": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64V128H0L0 64C0 28 28 0 64 0C100 0 128 28 128 64Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "64", | |
| "x2": "0", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "hoc": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "y1": "0", | |
| "x2": "44", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 80 48)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "hod": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0L32 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "hol": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "64", | |
| "x2": "0", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "hop": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 96C80 96 96 80 96 64C96 48 80 32 64 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "hos": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "80", | |
| "y1": "80", | |
| "x2": "112", | |
| "y2": "112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "16", | |
| "x2": "48", | |
| "y2": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "48", | |
| "cy": "48", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "48", | |
| "cy": "48", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "80", | |
| "cy": "48", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "80", | |
| "cy": "48", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "80", | |
| "cy": "80", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "80", | |
| "cy": "80", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "48", | |
| "cy": "80", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "48", | |
| "cy": "80", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "hul": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "48", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "48", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "hus": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 96C48 96 32 80 32 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "hut": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "lab": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "y1": "0", | |
| "x2": "44", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 80 48)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "112", | |
| "x2": "48", | |
| "y2": "80", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "lac": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0C64 72 92 128 128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0C32 72 76 128 128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "lad": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "96", | |
| "y1": "32", | |
| "x2": "32", | |
| "y2": "96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "lag": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 112C92 112 112 92 112 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "lan": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "32", | |
| "y1": "0", | |
| "x2": "32", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "lap": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M112 64C112 36 92 16 64 16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "112", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "112", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "lar": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "64", | |
| "x2": "128", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "las": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "lat": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 96C52 96 96 52 96 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 64C36 64 64 36 64 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 32C16 32 32 16 32 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "lav": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C92 128 60 112 36 92", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96C100 96 76 84 60 68", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64C112 64 96 56 84 44", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 32C120 32 112 28 104 24", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "leb": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 32C52 32 96 76 96 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "lec": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "led": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "leg": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 32C16 32 32 48 32 64C32 80 16 96 0 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "len": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "lep": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96C112 96 96 112 96 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "ler": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0L32 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "lev": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "lex": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "112", | |
| "x2": "48", | |
| "y2": "80", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "lib": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64C92 64 64 92 64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "lid": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "16", | |
| "x2": "48", | |
| "y2": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "lig": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "lin": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "128", | |
| "x2": "64", | |
| "y2": "0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "80", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "lis": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 64C36 64 64 36 64 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "lit": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C128 36 112 68 92 92", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 0C96 28 84 52 68 68", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0C64 16 56 32 44 44", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0C32 8 28 16 24 24", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "liv": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 32C72 32 128 16 128 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 96C72 96 128 52 128 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "loc": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96C76 96 32 52 32 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "lod": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M16 64C16 92 36 112 64 112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "lom": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "lon": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 96C52 96 96 52 96 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 64C36 64 64 36 64 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 32C16 32 32 16 32 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "lop": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "64", | |
| "x2": "0", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "32", | |
| "x2": "0", | |
| "y2": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "lor": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "los": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "luc": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "64", | |
| "x2": "0", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96L0 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "lud": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0L32 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 0L96 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "lug": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| } | |
| ], | |
| "lun": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "lup": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 16C92 16 112 36 112 64C112 92 92 112 64 112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "64", | |
| "x2": "0", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "lur": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 0L96 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0L32 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "lus": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "lut": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "lux": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "lyd": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "lyn": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0L32 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "lyr": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0C128 72 72 128 0 128C0 128 0 128 0 128L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "80", | |
| "cy": "48", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "80", | |
| "cy": "48", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "lys": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "lyt": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "80", | |
| "y1": "80", | |
| "x2": "112", | |
| "y2": "112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "lyx": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "mac": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "12", | |
| "fill": "#000", | |
| "stroke": "#000" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "8", | |
| "fill": "#fff", | |
| "stroke": "#fff", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "mag": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "mal": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "80", | |
| "y1": "80", | |
| "x2": "112", | |
| "y2": "112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "12", | |
| "fill": "#000", | |
| "stroke": "#000" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "8", | |
| "fill": "#fff", | |
| "stroke": "#fff", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "map": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "80", | |
| "y1": "80", | |
| "x2": "112", | |
| "y2": "112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "mar": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 64L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M88 88C100 76 100 52 88 40C76 28 52 28 40 40", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M76 76C80 68 80 60 76 52C68 48 60 48 52 52", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 96C116 80 116 48 96 32C80 12 48 12 32 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "mas": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "mat": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 32C112 32 96 16 96 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "meb": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0C32 52 76 96 128 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "mec": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "80", | |
| "y1": "80", | |
| "x2": "112", | |
| "y2": "112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "med": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "meg": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64C92 64 64 92 64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "mel": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0C128 72 72 128 0 128C0 128 0 128 0 128L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "112", | |
| "x2": "48", | |
| "y2": "80", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "mep": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96L0 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 32L0 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "mer": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0L32 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "mes": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "112", | |
| "x2": "48", | |
| "y2": "80", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "met": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 128L32 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "mev": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "mex": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "mic": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 80C28 80 48 100 48 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "mid": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "64", | |
| "x2": "0", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64C92 64 64 92 64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "mig": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "80", | |
| "y1": "80", | |
| "x2": "112", | |
| "y2": "112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "mil": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "64", | |
| "x2": "0", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "32", | |
| "x2": "0", | |
| "y2": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "96", | |
| "x2": "0", | |
| "y2": "96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "min": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "mip": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C92 128 64 100 64 64C64 28 92 0 128 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "mir": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "16", | |
| "x2": "48", | |
| "y2": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 64C96 48 80 32 64 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "mis": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64C92 64 64 92 64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "mit": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "0", | |
| "x2": "180", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 128 0)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "moc": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96L0 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 32L0 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "mod": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 96L128 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "16", | |
| "x2": "48", | |
| "y2": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "mog": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "mol": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "64", | |
| "x2": "0", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M112 64C112 92 92 112 64 112C36 112 16 92 16 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M112 0C112 28 92 48 64 48C36 48 16 28 16 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "mon": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "mop": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "mor": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "16", | |
| "x2": "48", | |
| "y2": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "112", | |
| "x2": "48", | |
| "y2": "80", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "mos": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "0", | |
| "x2": "180", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 128 0)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "mot": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96C112 96 96 80 96 64C96 48 112 32 128 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "mud": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "80", | |
| "cy": "80", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "80", | |
| "cy": "80", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "mug": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 96C80 96 96 80 96 64C96 48 80 32 64 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "mul": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "80", | |
| "y1": "80", | |
| "x2": "112", | |
| "y2": "112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M112 64C112 36 92 16 64 16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "mun": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64C92 64 64 36 64 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "mur": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "mus": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "0", | |
| "x2": "180", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 128 0)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 128C96 76 52 32 0 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "mut": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "myl": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "16", | |
| "x2": "48", | |
| "y2": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "16", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "16", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "myn": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 32C76 32 32 76 32 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64C92 64 64 92 64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96C112 96 96 112 96 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "myr": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0C128 72 72 128 0 128C0 128 0 128 0 128L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "nac": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "12", | |
| "fill": "#000", | |
| "stroke": "#000" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "8", | |
| "fill": "#fff", | |
| "stroke": "#fff", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "nal": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 112C60 112 112 60 112 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 72C40 72 72 40 72 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 36C20 36 36 20 36 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "nam": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "64", | |
| "x2": "128", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "112", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "112", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "nap": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "nar": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "nat": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "nav": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96C100 96 76 84 60 68", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64C112 64 96 56 84 44", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 32C120 32 112 28 104 24", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "neb": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 32C76 32 32 76 32 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "nec": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "ned": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "nel": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0C128 72 72 128 0 128C0 128 0 128 0 128L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 0C96 52 52 96 0 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "nem": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64C92 64 64 92 64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "nep": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C56 128 0 72 0 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96C76 96 32 52 32 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64C92 64 64 36 64 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 32C112 32 96 16 96 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "ner": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "112", | |
| "x2": "48", | |
| "y2": "80", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "nes": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "net": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 64L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "nev": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "nex": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "80", | |
| "y1": "80", | |
| "x2": "112", | |
| "y2": "112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "nib": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96L0 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "nid": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C92 128 64 72 64 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "nil": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "64", | |
| "x2": "0", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "32", | |
| "x2": "0", | |
| "y2": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "nim": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64V128H0L0 64C0 28 28 0 64 0C100 0 128 28 128 64Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "nis": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 32C76 32 32 76 32 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "noc": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "nod": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "nol": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "64", | |
| "x2": "0", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "nom": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "nop": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "y1": "0", | |
| "x2": "44", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 80 48)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "nor": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 96C48 96 32 80 32 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "nos": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "0", | |
| "x2": "180", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 128 0)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "nov": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 96C52 96 96 52 96 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 64C36 64 64 36 64 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 32C16 32 32 16 32 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "nub": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "nul": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "num": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "nup": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 16C92 16 112 36 112 64C112 92 92 112 64 112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "nus": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C36 128 68 112 92 92", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "nut": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "80", | |
| "y1": "80", | |
| "x2": "112", | |
| "y2": "112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "y1": "0", | |
| "x2": "44", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 80 48)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "nux": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96L0 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 32L0 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "nyd": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "nyl": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 92 16 60 36 36", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 128C32 100 44 76 60 60", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128C64 112 72 96 84 84", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 128C96 120 100 112 104 104", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "nym": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 0L96 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0L32 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "nyr": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0C128 72 72 128 0 128C0 128 0 128 0 128L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 0C96 28 84 52 68 68M64 0C64 16 56 32 44 44M32 0C32 8 28 16 24 24", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "nys": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "nyt": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 32C80 32 96 48 96 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 16C92 16 112 36 112 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "nyx": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "pac": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "pad": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "pag": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "112", | |
| "x2": "48", | |
| "y2": "80", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "pal": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96C100 96 76 84 60 68", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64C112 64 96 56 84 44", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 32C120 32 112 28 104 24", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "pan": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "0", | |
| "x2": "180", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 128 0)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M40 88C28 76 28 52 40 40C52 28 76 28 88 40", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "par": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "0", | |
| "x2": "180", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 128 0)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "pas": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0L32 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 0L96 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "pat": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0C32 52 76 96 128 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0C64 36 92 64 128 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 0C96 16 112 32 128 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "pec": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "ped": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "peg": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 0C96 16 80 32 64 32C48 32 32 16 32 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "pel": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0C128 72 72 128 0 128C0 128 0 128 0 128L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M112 64C112 36 92 16 64 16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "pem": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128C64 92 36 64 0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "pen": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 0C96 16 80 32 64 32C48 32 32 16 32 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "per": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 64L0 0L128 0V64C128 100 100 128 64 128C28 128 0 100 0 64Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "pes": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 112C92 112 112 92 112 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "pet": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "80", | |
| "y1": "80", | |
| "x2": "112", | |
| "y2": "112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "pex": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "pic": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 128C96 76 52 32 0 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128C64 92 36 64 0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 128C32 112 16 96 0 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "pid": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "12", | |
| "fill": "#000", | |
| "stroke": "#000" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "8", | |
| "fill": "#fff", | |
| "stroke": "#fff", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "pil": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "0", | |
| "x2": "180", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 128 0)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "pin": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0L32 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "pit": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "0", | |
| "x2": "180", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 128 0)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "12", | |
| "fill": "#000", | |
| "stroke": "#000" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "8", | |
| "fill": "#fff", | |
| "stroke": "#fff", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "poc": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "96", | |
| "y1": "0", | |
| "x2": "96", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "32", | |
| "y1": "0", | |
| "x2": "32", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "pod": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "96", | |
| "x2": "0", | |
| "y2": "96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "pol": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "32", | |
| "x2": "0", | |
| "y2": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "pon": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| } | |
| ], | |
| "pos": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "pub": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0L32 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "pun": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M112 64C112 36 92 16 64 16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 64C96 48 80 32 64 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M80 64C80 56 72 48 64 48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "pur": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 64C16 64 32 56 44 44", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "put": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "pyl": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C36 128 64 100 64 64C64 28 36 0 0 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "pyx": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "rab": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "112", | |
| "x2": "48", | |
| "y2": "80", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "rac": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "12", | |
| "fill": "#000", | |
| "stroke": "#000" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "8", | |
| "fill": "#fff", | |
| "stroke": "#fff", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "rad": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "rag": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "16", | |
| "x2": "48", | |
| "y2": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "ral": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "ram": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "ran": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "rap": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "rav": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 32L0 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "reb": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "rec": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "red": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "ref": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "12", | |
| "fill": "#000", | |
| "stroke": "#000" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "8", | |
| "fill": "#fff", | |
| "stroke": "#fff", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "reg": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96C112 96 96 80 96 64C96 48 112 32 128 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "rel": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0C128 72 72 128 0 128C0 128 0 128 0 128L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96L0 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 32L0 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "rem": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64C92 64 64 36 64 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "ren": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "80", | |
| "y1": "80", | |
| "x2": "112", | |
| "y2": "112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "rep": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 128C32 76 76 32 128 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "res": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "80", | |
| "y1": "80", | |
| "x2": "112", | |
| "y2": "112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "ret": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "rev": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "112", | |
| "x2": "52", | |
| "y2": "72", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "rex": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "rib": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "64", | |
| "x2": "128", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "ric": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 128C96 76 52 32 0 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "rid": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 0L96 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "rig": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "ril": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "0", | |
| "x2": "180", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 128 0)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "rin": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "32", | |
| "y1": "0", | |
| "x2": "32", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "rip": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 64C96 48 80 32 64 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "ris": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C128 36 112 68 92 92", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 0C96 28 84 52 68 68", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0C64 16 56 32 44 44", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0C32 8 28 16 24 24", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "rit": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "0", | |
| "x2": "180", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 128 0)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "riv": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "roc": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "12", | |
| "fill": "#000", | |
| "stroke": "#000" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "8", | |
| "fill": "#fff", | |
| "stroke": "#fff", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "112", | |
| "cy": "16", | |
| "r": "12", | |
| "fill": "#000", | |
| "stroke": "#000" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "112", | |
| "cy": "16", | |
| "r": "8", | |
| "fill": "#fff", | |
| "stroke": "#fff", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "rol": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 16C92 16 112 36 112 64C112 92 92 112 64 112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "ron": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C128 72 72 128 0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "rop": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M112 64C112 36 92 16 64 16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "ros": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "0", | |
| "x2": "180", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 128 0)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "rov": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C128 36 112 68 92 92", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 0C96 28 84 52 68 68", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0C64 16 56 32 44 44", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0C32 8 28 16 24 24", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "ruc": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 32L0 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "rud": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0L32 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "rul": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "80", | |
| "y1": "80", | |
| "x2": "112", | |
| "y2": "112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "rum": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 32C16 32 32 16 32 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "run": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 0L96 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0L32 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "rup": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 112C92 112 112 92 112 64C112 36 92 16 64 16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "rus": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128C64 92 36 64 0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "rut": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "rux": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 64C32 80 48 96 64 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "ryc": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96L0 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "ryd": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 64C96 80 80 96 64 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "ryg": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "16", | |
| "x2": "48", | |
| "y2": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "ryl": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C92 128 60 112 36 92", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96C100 96 76 84 60 68", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64C112 64 96 56 84 44", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 32C120 32 112 28 104 24", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "rym": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96L0 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "ryn": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C56 128 0 72 0 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "ryp": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "rys": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 96C52 96 96 52 96 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "ryt": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "ryx": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "0", | |
| "x2": "180", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 128 0)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "sab": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "y1": "0", | |
| "x2": "44", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 80 48)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "12", | |
| "fill": "#000", | |
| "stroke": "#000" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "8", | |
| "fill": "#fff", | |
| "stroke": "#fff", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "sal": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128L128 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 32C24 32 48 44 68 60M0 64C16 64 32 72 44 84M0 96C8 96 16 100 20 104", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "sam": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "san": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "sap": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "64", | |
| "x2": "0", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "sar": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "sat": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "sav": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "0", | |
| "x2": "180", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 128 0)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 64C96 48 80 32 64 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "seb": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64C92 64 64 36 64 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "sec": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "sed": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "sef": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "12", | |
| "fill": "#000", | |
| "stroke": "#000" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "8", | |
| "fill": "#fff", | |
| "stroke": "#fff", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "seg": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 128C32 112 48 96 64 96C80 96 96 112 96 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "sel": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0C128 72 72 128 0 128C0 128 0 128 0 128L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "sem": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 64C36 64 64 36 64 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "sen": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 128C96 112 80 96 64 96C48 96 32 112 32 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "sep": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128L64 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 128L32 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 128L96 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "ser": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 64L0 0L128 0V64C128 100 100 128 64 128C28 128 0 100 0 64Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0L32 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "set": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 64L128 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "sev": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "sib": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0C64 36 92 64 128 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "sic": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "sid": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C112 128 96 112 96 96C96 80 112 64 128 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "sig": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "sil": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "16", | |
| "x2": "48", | |
| "y2": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "sim": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64V128H0L0 64C0 28 28 0 64 0C100 0 128 28 128 64Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0L32 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "sip": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M16 64C16 36 36 16 64 16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "sit": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "siv": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96L0 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "soc": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0C128 72 72 128 0 128C0 128 0 128 0 128L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "16", | |
| "r": "12", | |
| "fill": "#000", | |
| "stroke": "#000" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "16", | |
| "r": "8", | |
| "fill": "#fff", | |
| "stroke": "#fff", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "sog": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 96C80 96 96 80 96 64C96 48 80 32 64 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "sol": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "som": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "son": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "128", | |
| "x2": "64", | |
| "y2": "0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "sop": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "sor": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C128 36 112 68 92 92", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 0C96 28 84 52 68 68", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0C64 16 56 32 44 44", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0C32 8 28 16 24 24", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "sov": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128L128 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C92 128 60 112 36 92", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96C100 96 76 84 60 68", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64C112 64 96 56 84 44", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 32C120 32 112 28 104 24", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "sub": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "sud": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "64", | |
| "x2": "0", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "sug": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "80", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "80", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "sul": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 96C48 96 32 80 32 64C32 48 48 32 64 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "sum": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 64C36 64 64 36 64 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "sun": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "80", | |
| "cy": "80", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "80", | |
| "cy": "80", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "80", | |
| "cy": "48", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "80", | |
| "cy": "48", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "48", | |
| "cy": "48", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "48", | |
| "cy": "48", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "48", | |
| "cy": "80", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "48", | |
| "cy": "80", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "sup": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 112C92 112 112 92 112 64C112 36 92 16 64 16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "sur": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 64C16 64 32 56 44 44", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C36 128 68 112 92 92", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "sut": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "syd": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 16C36 16 16 36 16 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "syl": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "sym": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "96", | |
| "y1": "0", | |
| "x2": "96", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "syn": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C36 0 68 16 92 36", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 32C28 32 52 44 68 60", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 64C16 64 32 72 44 84", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 96C8 96 16 100 24 104", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "syp": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 64C36 64 64 36 64 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "syr": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0C128 72 72 128 0 128C0 128 0 128 0 128L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "syt": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "syx": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 92 16 60 36 36", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 128C32 100 44 76 60 60", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128C64 112 72 96 84 84", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 128C96 120 100 112 104 104", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "tab": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "12", | |
| "fill": "#000", | |
| "stroke": "#000" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "8", | |
| "fill": "#fff", | |
| "stroke": "#fff", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "tac": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "tad": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "tag": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "80", | |
| "y1": "80", | |
| "x2": "112", | |
| "y2": "112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "tal": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "y1": "0", | |
| "x2": "180", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 128 0)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 128C96 76 52 32 0 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "tam": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "96", | |
| "x2": "0", | |
| "y2": "96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "32", | |
| "x2": "0", | |
| "y2": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "tan": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 128C96 76 52 32 0 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128C64 92 36 64 0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M48 128C48 100 28 80 0 80", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 128C32 112 16 96 0 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M16 128C16 120 8 112 0 112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "tap": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "64", | |
| "x2": "0", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 32C80 32 96 48 96 64C96 80 80 96 64 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "tar": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "tas": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 32C80 32 96 48 96 64C96 80 80 96 64 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "teb": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 96C52 96 96 52 96 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "tec": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "80", | |
| "y1": "80", | |
| "x2": "112", | |
| "y2": "112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "ted": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "teg": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 80C120 80 112 72 112 64C112 56 120 48 128 48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "tel": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0C128 72 72 128 0 128C0 128 0 128 0 128L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0L128 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L128 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 0L128 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "tem": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64C92 64 64 92 64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "ten": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "48", | |
| "cy": "48", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "48", | |
| "cy": "48", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "80", | |
| "cy": "48", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "80", | |
| "cy": "48", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "80", | |
| "cy": "80", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "80", | |
| "cy": "80", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "48", | |
| "cy": "80", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "48", | |
| "cy": "80", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "tep": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 96C52 96 96 52 96 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "ter": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 64L0 0L128 0V64C128 100 100 128 64 128C28 128 0 100 0 64Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "96", | |
| "y1": "0", | |
| "x2": "96", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 64C36 64 64 36 64 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "tes": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "tev": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "tex": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "112", | |
| "x2": "48", | |
| "y2": "80", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "tic": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 32C112 32 96 16 96 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "tid": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "96", | |
| "y1": "0", | |
| "x2": "96", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M112 32C112 40 104 48 96 48C88 48 80 40 80 32C80 24 88 16 96 16C104 16 112 24 112 32ZM96 40C100 40 104 36 104 32C104 28 100 24 96 24C92 24 88 28 88 32C88 36 92 40 96 40Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "til": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "80", | |
| "y1": "80", | |
| "x2": "112", | |
| "y2": "112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "tim": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64V128H0L0 64C0 28 28 0 64 0C100 0 128 28 128 64Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "tin": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "32", | |
| "y1": "0", | |
| "x2": "32", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "tip": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "tir": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "tob": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64V128H0L0 64C0 28 28 0 64 0C100 0 128 28 128 64Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96L0 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "toc": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "96", | |
| "x2": "0", | |
| "y2": "96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "tod": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "tog": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 96C48 96 32 80 32 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "tol": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "128", | |
| "y1": "64", | |
| "x2": "0", | |
| "y2": "64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M16 128C16 100 36 80 64 80C92 80 112 100 112 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "tom": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "ton": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 32C76 32 32 76 32 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64C92 64 64 92 64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96C112 96 96 112 96 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "top": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "16", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "tor": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "tuc": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96L0 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "tud": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "tug": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 32L0 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "tul": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "tun": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64V128H0L0 64C0 28 28 0 64 0C100 0 128 28 128 64Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "tus": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "tux": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "tyc": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "tyd": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "y1": "0", | |
| "x2": "44", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 80 48)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "16", | |
| "y1": "112", | |
| "x2": "48", | |
| "y2": "80", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "tyl": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "tyn": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "typ": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M96 0C96 52 52 96 0 96", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "tyr": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0C128 72 72 128 0 128C0 128 0 128 0 128L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64C92 64 64 36 64 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 64C36 64 64 92 64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "tyv": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0C128 72 72 128 0 128C0 128 0 128 0 128L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M256 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "wac": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "12", | |
| "fill": "#000", | |
| "stroke": "#000" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "112", | |
| "r": "8", | |
| "fill": "#fff", | |
| "stroke": "#fff", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "wal": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0C128 72 72 128 0 128C0 128 0 128 0 128L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "32", | |
| "y1": "0", | |
| "x2": "32", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "wan": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| } | |
| ], | |
| "wat": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "web": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "wed": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "weg": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M80 0C80 8 72 16 64 16C56 16 48 8 48 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "wel": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0C128 72 72 128 0 128C0 128 0 128 0 128L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 32C76 32 32 76 32 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64C92 64 64 92 64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96C112 96 96 112 96 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "wen": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 64C36 64 64 36 64 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "wep": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "wer": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 64L0 0L128 0V64C128 100 100 128 64 128C28 128 0 100 0 64Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 0L32 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "wes": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "80", | |
| "y1": "80", | |
| "x2": "112", | |
| "y2": "112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "112", | |
| "cy": "112", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "112", | |
| "cy": "112", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "wet": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 64H0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "wex": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "wic": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0C56 0 0 56 0 128H128V0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "wid": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "48", | |
| "y1": "80", | |
| "x2": "16", | |
| "y2": "112", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "fill-rule": "evenodd", | |
| "clip-rule": "evenodd", | |
| "d": "M80 64C80 72 72 80 64 80C56 80 48 72 48 64C48 56 56 48 64 48C72 48 80 56 80 64ZM64 72C68 72 72 68 72 64C72 60 68 56 64 56C60 56 56 60 56 64C56 68 60 72 64 72Z", | |
| "fill": "#000" | |
| } | |
| } | |
| ], | |
| "win": [ | |
| { | |
| "name": "rect", | |
| "attributes": { | |
| "width": "128", | |
| "height": "128", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "wis": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C0 72 56 128 128 128V0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 64L0 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 32L0 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "wit": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 56 56 0 128 0C128 72 72 128 0 128C0 128 0 128 0 128L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "64", | |
| "y1": "0", | |
| "x2": "64", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "32", | |
| "y1": "0", | |
| "x2": "32", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "96", | |
| "y1": "0", | |
| "x2": "96", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "wol": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 64L128 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 96C112 96 96 80 96 64C96 48 112 32 128 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "wor": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "y1": "0", | |
| "x2": "44", | |
| "y2": "0", | |
| "transform": "matrix(0 0 0 0 80 48)", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "0", | |
| "x2": "128", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 96C48 96 32 80 32 64", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "wyc": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| } | |
| ], | |
| "wyd": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0C72 0 128 56 128 128C56 128 0 72 0 0C0 0 0 0 0 0H0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M32 64C32 48 48 32 64 32", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "wyl": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 128C128 56 72 0 0 0L0 128L128 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C0 92 28 64 64 64C100 64 128 92 128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "wyn": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 96C52 96 96 52 96 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 64C36 64 64 36 64 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 32C16 32 32 16 32 0", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ], | |
| "wyt": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 128H0L0 0L64 0C100 0 128 28 128 64C128 100 100 128 64 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M128 0L0 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "48", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "16", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "wyx": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 128C72 128 128 72 128 0L0 0L0 128Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M0 0L128 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "96", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "32", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "96", | |
| "cy": "32", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "zod": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| } | |
| ], | |
| "for": [ | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0H128V128H64C28 128 0 100 0 64C0 28 28 0 64 0Z", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "line", | |
| "attributes": { | |
| "x1": "96", | |
| "y1": "0", | |
| "x2": "96", | |
| "y2": "128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "12", | |
| "fill": "#fff", | |
| "stroke": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "8", | |
| "fill": "#000", | |
| "stroke": "#000", | |
| "stroke-width": "4" | |
| } | |
| } | |
| ], | |
| "let": [ | |
| { | |
| "name": "circle", | |
| "attributes": { | |
| "cx": "64", | |
| "cy": "64", | |
| "r": "64", | |
| "fill": "#fff" | |
| } | |
| }, | |
| { | |
| "name": "path", | |
| "attributes": { | |
| "d": "M64 0L64 128", | |
| "stroke": "#000", | |
| "fill": "none" | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment